GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | jit_code_entry |
struct | jit_descriptor |
struct | jiter_objfile_data |
struct | jited_objfile_data |
Enumerations | |
enum | jit_actions_t { JIT_NOACTION = 0 , JIT_REGISTER , JIT_UNREGISTER } |
Functions | |
void | jit_breakpoint_re_set (void) |
void | jit_event_handler (gdbarch *gdbarch, objfile *jiter) |
enum jit_actions_t |
|
extern |
Definition at line 1230 of file jit.c.
References current_program_space, jit_breakpoint_re_set_internal(), and target_gdbarch().
Referenced by breakpoint_re_set().
Definition at line 1250 of file jit.c.
References jit_descriptor::action_flag, gdb_printf(), gdb_stderr, jit_find_objf_with_entry_addr(), JIT_NOACTION, jit_read_code_entry(), jit_read_descriptor(), JIT_REGISTER, jit_register_code(), JIT_UNREGISTER, objfile::jiter_data, paddress(), jit_descriptor::relevant_entry, and objfile::unlink().
Referenced by handle_jit_event().