GDB (xrefs)
Classes | Enumerations | Functions
/tmp/gdb-7.10/gdb/jit.h File Reference

Go to the source code of this file.

Classes

struct  jit_code_entry
 
struct  jit_descriptor
 

Enumerations

enum  jit_actions_t { JIT_NOACTION = 0, JIT_REGISTER, JIT_UNREGISTER }
 

Functions

void jit_inferior_created_hook (void)
 
void jit_breakpoint_re_set (void)
 
void jit_event_handler (struct gdbarch *gdbarch)
 

Enumeration Type Documentation

Enumerator
JIT_NOACTION 
JIT_REGISTER 
JIT_UNREGISTER 

Definition at line 27 of file jit.h.

Function Documentation

void jit_breakpoint_re_set ( void  )
void jit_event_handler ( struct gdbarch gdbarch)
void jit_inferior_created_hook ( void  )

Definition at line 1362 of file jit.c.

References jit_inferior_init(), and target_gdbarch().

Referenced by follow_exec().