Next: Unregistering Code, Previous: Declarations, Up: JIT Interface
To register code with gdb, the JIT should follow this protocol:
action_flag
to JIT_REGISTER
and call
__jit_debug_register_code
.
When gdb is attached and the breakpoint fires, gdb uses the
relevant_entry
pointer so it doesn't have to walk the list looking for
new code. However, the linked list must still be maintained in order to allow
gdb to attach to a running process and still find the symbol files.