GDB (xrefs)
Classes | Enumerations | Functions
/tmp/gdb-8.1/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

◆ jit_actions_t

Enumerator
JIT_NOACTION 
JIT_REGISTER 
JIT_UNREGISTER 

Definition at line 27 of file jit.h.

Function Documentation

◆ jit_breakpoint_re_set()

void jit_breakpoint_re_set ( void  )

◆ jit_event_handler()

void jit_event_handler ( struct gdbarch gdbarch)

◆ jit_inferior_created_hook()

void jit_inferior_created_hook ( void  )

Definition at line 1390 of file jit.c.

References jit_inferior_init(), and target_gdbarch().

Referenced by follow_exec(), jit_inferior_created(), and jit_reader_load_command().