GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
breakpoint_objfile_data Struct Reference

Public Attributes

struct bound_minimal_symbol overlay_msym
 
struct bound_minimal_symbol longjmp_msym [NUM_LONGJMP_NAMES]
 
int longjmp_searched = 0
 
std::vector< probe * > longjmp_probes
 
struct bound_minimal_symbol terminate_msym
 
struct bound_minimal_symbol exception_msym
 
int exception_searched = 0
 
std::vector< probe * > exception_probes
 

Detailed Description

Definition at line 3497 of file breakpoint.c.

Member Data Documentation

◆ exception_msym

struct bound_minimal_symbol breakpoint_objfile_data::exception_msym

Definition at line 3516 of file breakpoint.c.

Referenced by create_exception_master_breakpoint_hook().

◆ exception_probes

std::vector<probe *> breakpoint_objfile_data::exception_probes

Definition at line 3523 of file breakpoint.c.

Referenced by create_exception_master_breakpoint_probe().

◆ exception_searched

int breakpoint_objfile_data::exception_searched = 0

Definition at line 3519 of file breakpoint.c.

Referenced by create_exception_master_breakpoint_probe().

◆ longjmp_msym

struct bound_minimal_symbol breakpoint_objfile_data::longjmp_msym[NUM_LONGJMP_NAMES]

Definition at line 3503 of file breakpoint.c.

Referenced by create_longjmp_master_breakpoint_names().

◆ longjmp_probes

std::vector<probe *> breakpoint_objfile_data::longjmp_probes

Definition at line 3510 of file breakpoint.c.

Referenced by create_longjmp_master_breakpoint_probe().

◆ longjmp_searched

int breakpoint_objfile_data::longjmp_searched = 0

Definition at line 3506 of file breakpoint.c.

Referenced by create_longjmp_master_breakpoint_probe().

◆ overlay_msym

struct bound_minimal_symbol breakpoint_objfile_data::overlay_msym

Definition at line 3500 of file breakpoint.c.

Referenced by create_overlay_event_breakpoint().

◆ terminate_msym

struct bound_minimal_symbol breakpoint_objfile_data::terminate_msym

Definition at line 3513 of file breakpoint.c.

Referenced by create_std_terminate_master_breakpoint().


The documentation for this struct was generated from the following file: