|
GDB (xrefs)
|
#include "breakpoint.h"
Public Member Functions | |
| ~watchpoint () override | |
Public Member Functions inherited from breakpoint | |
| virtual | ~breakpoint () |
Definition at line 793 of file breakpoint.h.
|
override |
Definition at line 10130 of file breakpoint.c.
References exp_string, exp_string_reparse, val, value_free(), and xfree().
| expression_up watchpoint::cond_exp |
Definition at line 809 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), insert_watchpoint(), remove_watchpoint(), set_breakpoint_condition(), update_watchpoint(), and watchpoint_locations_match().
| const struct block* watchpoint::cond_exp_valid_block |
Definition at line 812 of file breakpoint.h.
Referenced by bpstat_check_breakpoint_conditions(), set_breakpoint_condition(), and update_watchpoint().
| int watchpoint::exact |
Definition at line 842 of file breakpoint.h.
Referenced by insert_watchpoint(), remove_watchpoint(), resources_needed_watchpoint(), and update_watchpoint().
| expression_up watchpoint::exp |
Definition at line 804 of file breakpoint.h.
Referenced by bppy_set_condition(), gdbscm_set_breakpoint_condition_x(), set_breakpoint_condition(), update_watchpoint(), and watchpoint_check().
| char* watchpoint::exp_string |
Definition at line 799 of file breakpoint.h.
Referenced by bppy_get_expression(), gdbscm_breakpoint_expression(), print_mention_masked_watchpoint(), print_mention_watchpoint(), print_one_breakpoint_location(), print_recreate_masked_watchpoint(), print_recreate_watchpoint(), update_watchpoint(), and ~watchpoint().
| char* watchpoint::exp_string_reparse |
Definition at line 801 of file breakpoint.h.
Referenced by update_watchpoint(), and ~watchpoint().
| const struct block* watchpoint::exp_valid_block |
Definition at line 807 of file breakpoint.h.
Referenced by breakpoint_init_inferior(), update_watchpoint(), and watchpoint_check().
| CORE_ADDR watchpoint::hw_wp_mask |
Definition at line 845 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(), and watchpoints_triggered().
| struct value* watchpoint::val |
Definition at line 816 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(), 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(), watchpoint_check(), and ~watchpoint().
| int watchpoint::val_bitpos |
Definition at line 823 of file breakpoint.h.
Referenced by extract_bitfield_from_watchpoint_value(), and update_watchpoint().
| int watchpoint::val_bitsize |
Definition at line 824 of file breakpoint.h.
Referenced by extract_bitfield_from_watchpoint_value(), update_watchpoint(), and watchpoint_check().
| int watchpoint::val_valid |
Definition at line 819 of file breakpoint.h.
Referenced by breakpoint_init_inferior(), invalidate_bp_value_on_memory_change(), update_watchpoint(), and watchpoint_check().
| struct frame_id watchpoint::watchpoint_frame |
Definition at line 829 of file breakpoint.h.
Referenced by update_watchpoint(), and watchpoint_check().
| ptid_t watchpoint::watchpoint_thread |
Definition at line 834 of file breakpoint.h.
Referenced by watchpoint_in_thread_scope().
| enum watchpoint_triggered watchpoint::watchpoint_triggered |
Definition at line 838 of file breakpoint.h.
Referenced by bpstat_check_watchpoint(), bpstat_stop_status(), breakpoint_hit_watchpoint(), and watchpoints_triggered().
1.8.14