GDB (xrefs)
|
#include "breakpoint.h"
Public Member Functions | |
bpstat () | |
bpstat (struct bp_location *bl, bpstat ***bs_link_pointer) | |
bpstat (const bpstat &) | |
bpstat & | operator= (const bpstat &)=delete |
Public Attributes | |
bpstat * | next |
bp_location_ref_ptr | bp_location_at |
struct breakpoint * | breakpoint_at |
counted_command_line | commands |
value_ref_ptr | old_val |
char | |
char | stop |
enum bp_print_how | print_it |
Definition at line 1287 of file breakpoint.h.
bpstat::bpstat | ( | ) |
Definition at line 4989 of file breakpoint.c.
bpstat::bpstat | ( | struct bp_location * | bl, |
bpstat *** | bs_link_pointer | ||
) |
Definition at line 4976 of file breakpoint.c.
References next.
bpstat::bpstat | ( | const bpstat & | other | ) |
Definition at line 4401 of file breakpoint.c.
References old_val, release_value(), and value_copy().
bp_location_ref_ptr bpstat::bp_location_at |
Definition at line 1315 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), bpstat_check_watchpoint(), bpstat_locno(), bpstat_run_callbacks(), ada_catchpoint::check_status(), ordinary_breakpoint::print_it(), and watchpoint::print_it().
struct breakpoint* bpstat::breakpoint_at |
Definition at line 1321 of file breakpoint.h.
Referenced by bpfinishpy_handle_stop(), bpstat_check_breakpoint_conditions(), bpstat_check_watchpoint(), bpstat_do_actions_1(), bpstat_explains_signal(), bpstat_find_breakpoint(), bpstat_locno(), bpstat_remove_bp_location(), bpstat_run_callbacks(), bpstat_stop_status(), breakpoint_auto_delete(), exception_catchpoint::check_status(), watchpoint::check_status(), emit_stop_event(), print_bp_stop_message(), solib_catchpoint::print_it(), syscall_catchpoint::print_it(), masked_watchpoint::print_it(), watchpoint::print_it(), print_num_locno(), and watchpoint_check().
counted_command_line bpstat::commands |
Definition at line 1324 of file breakpoint.h.
Referenced by dprintf_breakpoint::after_condition_true(), bpstat_clear_actions(), bpstat_do_actions_1(), and bpstat_stop_status().
bpstat* bpstat::next |
Definition at line 1298 of file breakpoint.h.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), bpstat(), bpstat_causes_stop(), bpstat_clear(), bpstat_clear_actions(), bpstat_copy(), bpstat_do_actions_1(), bpstat_explains_signal(), bpstat_find_breakpoint(), bpstat_num(), bpstat_print(), bpstat_remove_bp_location(), bpstat_run_callbacks(), bpstat_stop_status(), breakpoint_auto_delete(), emit_stop_event(), and stopped_by_user_bp_inline_frame().
value_ref_ptr bpstat::old_val |
Definition at line 1327 of file breakpoint.h.
Referenced by bpstat(), bpstat_clear_actions(), bpstat_remove_bp_location(), watchpoint::print_it(), and watchpoint_check().
char bpstat::print |
Definition at line 1330 of file breakpoint.h.
Referenced by bpstat_do_actions_1(), bpstat_stop_status(), build_bpstat_chain(), and internal_breakpoint::check_status().
enum bp_print_how bpstat::print_it |
Definition at line 1337 of file breakpoint.h.
Referenced by bpstat_check_watchpoint(), bpstat_stop_status(), build_bpstat_chain(), solib_catchpoint::check_status(), and print_bp_stop_message().
char bpstat::stop |
Definition at line 1333 of file breakpoint.h.
Referenced by dprintf_breakpoint::after_condition_true(), bpstat_causes_stop(), bpstat_check_breakpoint_conditions(), bpstat_check_watchpoint(), bpstat_stop_status(), breakpoint_auto_delete(), build_bpstat_chain(), ada_catchpoint::check_status(), solib_catchpoint::check_status(), exception_catchpoint::check_status(), and internal_breakpoint::check_status().