GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
solib_catchpoint Struct Reference
Inheritance diagram for solib_catchpoint:
breakpoint

Public Member Functions

 ~solib_catchpoint () override
 
- Public Member Functions inherited from breakpoint
virtual ~breakpoint ()
 

Public Attributes

unsigned char is_load
 
char * regex
 
std::unique_ptr< compiled_regexcompiled
 
- Public Attributes inherited from breakpoint
const breakpoint_opsops = NULL
 
breakpointnext = NULL
 
bptype type = bp_none
 
enum enable_state enable_state = bp_enabled
 
bpdisp disposition = disp_del
 
int number = 0
 
bp_locationloc = NULL
 
bool silent = false
 
bool display_canonical = false
 
int ignore_count = 0
 
int enable_count = 0
 
counted_command_line commands
 
struct frame_id frame_id = null_frame_id
 
program_spacepspace = NULL
 
event_location_up location
 
char * filter = NULL
 
event_location_up location_range_end
 
struct gdbarchgdbarch = NULL
 
enum language language = language_unknown
 
int input_radix = 0
 
char * cond_string = NULL
 
char * extra_string = NULL
 
breakpointrelated_breakpoint = NULL
 
int thread = -1
 
int task = 0
 
int hit_count = 0
 
int condition_not_parsed = 0
 
gdbpy_breakpoint_objectpy_bp_object = NULL
 
gdbscm_breakpoint_objectscm_bp_object = NULL
 

Detailed Description

Definition at line 7983 of file breakpoint.c.

Constructor & Destructor Documentation

◆ ~solib_catchpoint()

solib_catchpoint::~solib_catchpoint ( )
override

Definition at line 7996 of file breakpoint.c.

References regex, and xfree().

Member Data Documentation

◆ compiled

std::unique_ptr<compiled_regex> solib_catchpoint::compiled

Definition at line 7993 of file breakpoint.c.

◆ is_load

unsigned char solib_catchpoint::is_load

Definition at line 7988 of file breakpoint.c.

◆ regex

char* solib_catchpoint::regex

Definition at line 7992 of file breakpoint.c.

Referenced by ~solib_catchpoint().


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