Next: , Previous: , Up: JIT Compilation Interface   [Contents][Index]


30.2 Registering Code

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

When ROCGDB is attached and the breakpoint fires, ROCGDB 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 ROCGDB to attach to a running process and still find the symbol files.