GDB (xrefs)
|
#include "breakpoint.h"
Public Attributes | |
struct breakpoint | base |
char * | exp_string |
char * | exp_string_reparse |
struct expression * | exp |
struct block * | exp_valid_block |
struct expression * | cond_exp |
struct block * | cond_exp_valid_block |
struct value * | val |
int | val_valid |
struct frame_id | watchpoint_frame |
ptid_t | watchpoint_thread |
enum watchpoint_triggered | watchpoint_triggered |
int | exact |
CORE_ADDR | hw_wp_mask |
Definition at line 767 of file breakpoint.h.
struct breakpoint watchpoint::base |
Definition at line 770 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 784 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 787 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), set_breakpoint_condition(), update_watchpoint(), and watch_command_1().
Definition at line 812 of file breakpoint.h.
Referenced by insert_watchpoint(), remove_watchpoint(), resources_needed_watchpoint(), and update_watchpoint().
struct expression* watchpoint::exp |
Definition at line 779 of file breakpoint.h.
Referenced by bppy_set_condition(), dtor_watchpoint(), set_breakpoint_condition(), update_watchpoint(), watch_command_1(), and watchpoint_check().
char* watchpoint::exp_string |
Definition at line 774 of file breakpoint.h.
Referenced by bppy_get_expression(), dtor_watchpoint(), gdb_get_breakpoint_info(), print_mention_masked_watchpoint(), print_mention_watchpoint(), print_one_breakpoint_location(), print_recreate_masked_watchpoint(), print_recreate_watchpoint(), update_watchpoint(), and watch_command_1().
Definition at line 776 of file breakpoint.h.
Referenced by dtor_watchpoint(), update_watchpoint(), and watch_command_1().
struct block* watchpoint::exp_valid_block |
Definition at line 782 of file breakpoint.h.
Referenced by breakpoint_init_inferior(), update_watchpoint(), watch_command_1(), and watchpoint_check().
Definition at line 815 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 791 of file breakpoint.h.
Referenced by 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-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().
Definition at line 794 of file breakpoint.h.
Referenced by breakpoint_init_inferior(), invalidate_bp_value_on_memory_change(), update_watchpoint(), watch_command_1(), and watchpoint_check().
Definition at line 799 of file breakpoint.h.
Referenced by update_watchpoint(), watch_command_1(), and watchpoint_check().
Definition at line 804 of file breakpoint.h.
Referenced by watch_command_1(), and watchpoint_in_thread_scope().
Definition at line 808 of file breakpoint.h.
Referenced by bpstat_check_watchpoint(), bpstat_stop_status(), breakpoint_hit_watchpoint(), and watchpoints_triggered().