GDB (xrefs)
|
#include "breakpoint.h"
Public Attributes | |
struct breakpoint | base |
char * | exp_string |
char * | exp_string_reparse |
struct expression * | exp |
const struct block * | exp_valid_block |
struct expression * | cond_exp |
const struct block * | cond_exp_valid_block |
struct value * | val |
int | val_valid |
int | val_bitpos |
int | val_bitsize |
struct frame_id | watchpoint_frame |
ptid_t | watchpoint_thread |
enum watchpoint_triggered | watchpoint_triggered |
int | exact |
CORE_ADDR | hw_wp_mask |
Definition at line 772 of file breakpoint.h.
struct breakpoint watchpoint::base |
Definition at line 775 of file breakpoint.h.
Referenced by bpstat_check_watchpoint(), update_watchpoint(), watch_command_1(), watchpoint_check(), watchpoint_del_at_next_stop(), and watchpoint_in_thread_scope().
struct expression* watchpoint::cond_exp |
Definition at line 789 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), dtor_watchpoint(), insert_watchpoint(), remove_watchpoint(), set_breakpoint_condition(), update_watchpoint(), and watchpoint_locations_match().
Definition at line 792 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), set_breakpoint_condition(), update_watchpoint(), and watch_command_1().
int watchpoint::exact |
Definition at line 822 of file breakpoint.h.
Referenced by insert_watchpoint(), remove_watchpoint(), resources_needed_watchpoint(), and update_watchpoint().
struct expression* watchpoint::exp |
Definition at line 784 of file breakpoint.h.
Referenced by bppy_set_condition(), dtor_watchpoint(), gdbscm_set_breakpoint_condition_x(), set_breakpoint_condition(), update_watchpoint(), watch_command_1(), and watchpoint_check().
char* watchpoint::exp_string |
Definition at line 779 of file breakpoint.h.
Referenced by bppy_get_expression(), dtor_watchpoint(), gdbscm_breakpoint_expression(), print_mention_masked_watchpoint(), print_mention_watchpoint(), print_one_breakpoint_location(), print_recreate_masked_watchpoint(), print_recreate_watchpoint(), update_watchpoint(), and watch_command_1().
char* watchpoint::exp_string_reparse |
Definition at line 781 of file breakpoint.h.
Referenced by dtor_watchpoint(), update_watchpoint(), and watch_command_1().
Definition at line 787 of file breakpoint.h.
Referenced by breakpoint_init_inferior(), update_watchpoint(), watch_command_1(), and watchpoint_check().
CORE_ADDR watchpoint::hw_wp_mask |
Definition at line 825 of file breakpoint.h.
Referenced by insert_masked_watchpoint(), print_one_detail_masked_watchpoint(), print_recreate_masked_watchpoint(), remove_masked_watchpoint(), resources_needed_masked_watchpoint(), watch_command_1(), and watchpoints_triggered().
struct value* watchpoint::val |
Definition at line 796 of file breakpoint.h.
Referenced by gdb.printer.bound_registers.MpxBound128Printer::__init__(), gdb.FrameDecorator.SymValueWrapper::__init__(), gdb.printing._EnumInstance::__init__(), gdb-gdb.TypeFlagsPrinter::__str__(), gdb-gdb.StructMainTypePrettyPrinter::bounds_img(), breakpoint_init_inferior(), dtor_watchpoint(), gdb-gdb.StructMainTypePrettyPrinter::flags_to_string(), invalidate_bp_value_on_memory_change(), gdb-gdb.StructMainTypePrettyPrinter::owner_to_string(), print_it_watchpoint(), gdb-gdb.StructMainTypePrettyPrinter::struct_field_img(), gdb.printer.bound_registers.MpxBound128Printer::to_string(), gdb-gdb.StructTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::to_string(), gdb.printing._EnumInstance::to_string(), gdb-gdb.StructMainTypePrettyPrinter::type_specific_img(), update_watchpoint(), gdb.FrameDecorator.SymValueWrapper::value(), watch_command_1(), and watchpoint_check().
int watchpoint::val_bitpos |
Definition at line 803 of file breakpoint.h.
Referenced by extract_bitfield_from_watchpoint_value(), update_watchpoint(), and watch_command_1().
int watchpoint::val_bitsize |
Definition at line 804 of file breakpoint.h.
Referenced by extract_bitfield_from_watchpoint_value(), update_watchpoint(), watch_command_1(), and watchpoint_check().
int watchpoint::val_valid |
Definition at line 799 of file breakpoint.h.
Referenced by breakpoint_init_inferior(), invalidate_bp_value_on_memory_change(), update_watchpoint(), watch_command_1(), and watchpoint_check().
struct frame_id watchpoint::watchpoint_frame |
Definition at line 809 of file breakpoint.h.
Referenced by update_watchpoint(), watch_command_1(), and watchpoint_check().
ptid_t watchpoint::watchpoint_thread |
Definition at line 814 of file breakpoint.h.
Referenced by watch_command_1(), and watchpoint_in_thread_scope().
enum watchpoint_triggered watchpoint::watchpoint_triggered |
Definition at line 818 of file breakpoint.h.
Referenced by bpstat_check_watchpoint(), bpstat_stop_status(), breakpoint_hit_watchpoint(), and watchpoints_triggered().