GDB (xrefs)
|
Public Member Functions | |
int | insert_location (struct bp_location *) override |
int | remove_location (struct bp_location *, enum remove_bp_reason reason) override |
int | resources_needed (const struct bp_location *) override |
bool | works_in_software_mode () const override |
enum print_stop_action | print_it (const bpstat *bs) const override |
void | print_one_detail (struct ui_out *) const override |
void | print_mention () const override |
void | print_recreate (struct ui_file *fp) const override |
![]() | |
void | re_set () override |
int | insert_location (struct bp_location *) override |
int | remove_location (struct bp_location *, enum remove_bp_reason reason) override |
int | breakpoint_hit (const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) override |
void | check_status (struct bpstat *bs) override |
int | resources_needed (const struct bp_location *) override |
enum print_stop_action | print_it (const bpstat *bs) const override |
void | print_mention () const override |
void | print_recreate (struct ui_file *fp) const override |
bool | explains_signal (enum gdb_signal) override |
~watchpoint () | |
breakpoint (struct gdbarch *gdbarch_, enum bptype bptype, bool temp=true, const char *cond_string=nullptr) | |
![]() | |
breakpoint (struct gdbarch *gdbarch_, enum bptype bptype, bool temp=true, const char *cond_string=nullptr) | |
DISABLE_COPY_AND_ASSIGN (breakpoint) | |
virtual | ~breakpoint ()=0 |
virtual struct bp_location * | allocate_location () |
bp_location_range | locations () const |
void | add_location (bp_location &loc) |
void | unadd_location (bp_location &loc) |
void | clear_locations () |
bp_location_list | steal_locations (program_space *pspace) |
bool | has_locations () const |
bool | has_single_location () const |
bool | has_multiple_locations () const |
bp_location & | first_loc () |
const bp_location & | first_loc () const |
const bp_location & | last_loc () const |
virtual bool | print_one (const bp_location **) const |
virtual void | after_condition_true (struct bpstat *bs) |
Definition at line 10101 of file breakpoint.c.
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10119 of file breakpoint.c.
References bp_location::address, watchpoint::hw_wp_mask, target_insert_mask_watchpoint(), and bp_location::watchpoint_type.
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10157 of file breakpoint.c.
References annotate_watchpoint(), async_reason_lookup(), bp_access_watchpoint, bp_hardware_watchpoint, bp_read_watchpoint, current_uiout, EXEC_ASYNC_ACCESS_WATCHPOINT_TRIGGER, EXEC_ASYNC_READ_WATCHPOINT_TRIGGER, EXEC_ASYNC_WATCHPOINT_TRIGGER, ui_out::field_string(), breakpoint::has_single_location(), ui_out::is_mi_like_p(), maybe_print_thread_hit_breakpoint(), mention(), breakpoint::number, PRINT_UNKNOWN, and ui_out::text().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10219 of file breakpoint.c.
References bp_access_watchpoint, bp_hardware_watchpoint, bp_read_watchpoint, current_uiout, watchpoint::exp_string, ui_out::field_signed(), ui_out::field_string(), breakpoint::number, and ui_out::text().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10205 of file breakpoint.c.
References ui_out::field_core_addr(), breakpoint::first_loc(), breakpoint::has_single_location(), watchpoint::hw_wp_mask, and ui_out::text().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10252 of file breakpoint.c.
References bp_access_watchpoint, bp_hardware_watchpoint, bp_read_watchpoint, watchpoint::exp_string, gdb_printf(), watchpoint::hw_wp_mask, and breakpoint::print_recreate_thread().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10128 of file breakpoint.c.
References bp_location::address, watchpoint::hw_wp_mask, target_remove_mask_watchpoint(), and bp_location::watchpoint_type.
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 10139 of file breakpoint.c.
References bp_location::address, watchpoint::hw_wp_mask, and target_masked_watch_num_registers().
|
overridevirtual |
Reimplemented from watchpoint.
Definition at line 10148 of file breakpoint.c.