GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ada_catchpoint_location Class Reference
Inheritance diagram for ada_catchpoint_location:
bp_location

Public Member Functions

 ada_catchpoint_location (ada_catchpoint *owner)
 
- Public Member Functions inherited from bp_location
 bp_location (breakpoint *owner)
 
 bp_location (breakpoint *owner, bp_loc_type type)
 
virtual ~bp_location ()=default
 
std::string to_string () const
 

Public Attributes

expression_up excep_cond_expr
 
- Public Attributes inherited from bp_location
bp_loc_type loc_type {}
 
breakpointowner = NULL
 
expression_up cond
 
agent_expr_up cond_bytecode
 
condition_status condition_changed {}
 
agent_expr_up cmd_bytecode
 
bool needs_update = false
 
bool shlib_disabled = false
 
bool enabled = false
 
bool disabled_by_cond = false
 
bool inserted = false
 
bool permanent = false
 
bool duplicate = false
 
struct gdbarchgdbarch = NULL
 
program_spacepspace = NULL
 
CORE_ADDR address = 0
 
int length = 0
 
target_hw_bp_type watchpoint_type {}
 
obj_sectionsection = NULL
 
CORE_ADDR requested_address = 0
 
CORE_ADDR related_address = 0
 
bound_probe probe {}
 
gdb::unique_xmalloc_ptr< char > function_name
 
bp_target_info target_info {}
 
bp_target_info overlay_target_info {}
 
int events_till_retirement = 0
 
int line_number = 0
 
struct symtabsymtab = NULL
 
const struct symbolsymbol = NULL
 
const minimal_symbolmsymbol = NULL
 
const struct objfileobjfile = NULL
 

Detailed Description

Definition at line 12110 of file ada-lang.c.

Constructor & Destructor Documentation

◆ ada_catchpoint_location()

ada_catchpoint_location::ada_catchpoint_location ( ada_catchpoint * owner)
inlineexplicit

Definition at line 12113 of file ada-lang.c.

Member Data Documentation

◆ excep_cond_expr

expression_up ada_catchpoint_location::excep_cond_expr

Definition at line 12120 of file ada-lang.c.

Referenced by ada_catchpoint::re_set(), and ada_catchpoint::should_stop_exception().


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