GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
jit.h File Reference

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)
 

Enumeration Type Documentation

◆ jit_actions_t

Enumerator
JIT_NOACTION 
JIT_REGISTER 
JIT_UNREGISTER 

Definition at line 31 of file jit.h.

Function Documentation

◆ jit_breakpoint_re_set()

void jit_breakpoint_re_set ( void )
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().

◆ jit_event_handler()

void jit_event_handler ( gdbarch * gdbarch,
objfile * jiter )
extern