Next: , Previous: Declarations, Up: JIT Interface


29.2 Registering Code

To register code with gdb, the JIT should follow this protocol:

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.