GDB (xrefs)
|
Public Member Functions | |
ada_catchpoint_location (ada_catchpoint *owner) | |
![]() | |
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 |
![]() | |
bp_loc_type | loc_type {} |
breakpoint * | owner = 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 gdbarch * | gdbarch = NULL |
program_space * | pspace = NULL |
CORE_ADDR | address = 0 |
int | length = 0 |
target_hw_bp_type | watchpoint_type {} |
obj_section * | section = 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 symtab * | symtab = NULL |
const struct symbol * | symbol = NULL |
const minimal_symbol * | msymbol = NULL |
const struct objfile * | objfile = NULL |
Definition at line 12110 of file ada-lang.c.
|
inlineexplicit |
Definition at line 12113 of file ada-lang.c.
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().