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 |
bool | |
bool | stop |
enum bp_print_how | print_it |
Definition at line 1363 of file breakpoint.h.
bpstat::bpstat | ( | ) |
Definition at line 5137 of file breakpoint.c.
bpstat::bpstat | ( | struct bp_location * | bl, |
bpstat *** | bs_link_pointer ) |
Definition at line 5124 of file breakpoint.c.
References next.
bpstat::bpstat | ( | const bpstat & | other | ) |
Definition at line 4554 of file breakpoint.c.
References old_val, and release_value().
bp_location_ref_ptr bpstat::bp_location_at |
Definition at line 1391 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), bpstat_check_watchpoint(), bpstat_locno(), bpstat_run_callbacks(), ada_catchpoint::check_status(), amd_dbgapi_target_breakpoint::check_status(), ordinary_breakpoint::print_it(), and watchpoint::print_it().
struct breakpoint* bpstat::breakpoint_at |
Definition at line 1397 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(), amd_dbgapi_target_breakpoint::check_status(), emit_stop_event(), print_bp_stop_message(), print_num_locno(), and watchpoint_check().
counted_command_line bpstat::commands |
Definition at line 1400 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 1374 of file breakpoint.h.
Referenced by 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 1403 of file breakpoint.h.
Referenced by bpstat(), bpstat_clear_actions(), bpstat_remove_bp_location(), watchpoint::print_it(), and watchpoint_check().
bool bpstat::print |
Definition at line 1406 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 1413 of file breakpoint.h.
Referenced by bpstat_check_watchpoint(), bpstat_stop_status(), build_bpstat_chain(), amd_dbgapi_target_breakpoint::check_status(), solib_catchpoint::check_status(), and print_bp_stop_message().
bool bpstat::stop |
Definition at line 1409 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(), amd_dbgapi_target_breakpoint::check_status(), solib_catchpoint::check_status(), exception_catchpoint::check_status(), and internal_breakpoint::check_status().