GDB (xrefs)
|
Public Member Functions | |
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 |
code_breakpoint (struct gdbarch *gdbarch, bptype type, gdb::array_view< const symtab_and_line > sals, location_spec_up &&locspec, gdb::unique_xmalloc_ptr< char > filter, gdb::unique_xmalloc_ptr< char > cond_string, gdb::unique_xmalloc_ptr< char > extra_string, enum bpdisp disposition, int thread, int task, int inferior, int ignore_count, int from_tty, int enabled, unsigned flags, int display_canonical) | |
![]() | |
code_breakpoint (struct gdbarch *gdbarch, bptype type, gdb::array_view< const symtab_and_line > sals, location_spec_up &&locspec, gdb::unique_xmalloc_ptr< char > filter, gdb::unique_xmalloc_ptr< char > cond_string, gdb::unique_xmalloc_ptr< char > extra_string, enum bpdisp disposition, int thread, int task, int inferior, int ignore_count, int from_tty, int enabled, unsigned flags, int display_canonical) | |
~code_breakpoint () override=0 | |
bp_location * | add_location (const symtab_and_line &sal) |
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 |
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 void | check_status (struct bpstat *bs) |
virtual bool | print_one (const bp_location **) const |
virtual void | print_one_detail (struct ui_out *) const |
virtual bool | explains_signal (enum gdb_signal) |
virtual void | after_condition_true (struct bpstat *bs) |
Definition at line 326 of file breakpoint.c.
code_breakpoint::code_breakpoint | ( | struct gdbarch * | gdbarch, |
bptype | type, | ||
gdb::array_view< const symtab_and_line > | sals, | ||
location_spec_up && | locspec, | ||
gdb::unique_xmalloc_ptr< char > | filter, | ||
gdb::unique_xmalloc_ptr< char > | cond_string, | ||
gdb::unique_xmalloc_ptr< char > | extra_string, | ||
enum bpdisp | disposition, | ||
int | thread, | ||
int | task, | ||
int | inferior, | ||
int | ignore_count, | ||
int | from_tty, | ||
int | enabled, | ||
unsigned | flags, | ||
int | display_canonical ) |
Definition at line 921 of file breakpoint.c.
|
overridevirtual |
Reimplemented from breakpoint.
Reimplemented in ranged_breakpoint.
Definition at line 12060 of file breakpoint.c.
References bp_location::address, annotate_breakpoint(), async_reason_lookup(), bpstat::bp_location_at, bpdisp_text(), breakpoint_adjustment_warning(), current_uiout, disp_del, breakpoint::disposition, EXEC_ASYNC_BREAKPOINT_HIT, ui_out::field_string(), ui_out::is_mi_like_p(), maybe_print_thread_hit_breakpoint(), breakpoint::number, print_num_locno(), PRINT_SRC_AND_LOC, bp_location::requested_address, and ui_out::text().
|
overridevirtual |
Reimplemented from breakpoint.
Reimplemented in ranged_breakpoint.
Definition at line 12094 of file breakpoint.c.
References bp_breakpoint, bp_dprintf, bp_gnu_ifunc_resolver, bp_hardware_breakpoint, current_uiout, disp_del, breakpoint::disposition, gdb_printf(), breakpoint::number, and code_breakpoint::say_where().
|
overridevirtual |
Reimplemented from breakpoint.
Reimplemented in ranged_breakpoint.
Definition at line 12123 of file breakpoint.c.
References bp_breakpoint, bp_hardware_breakpoint, disp_del, breakpoint::disposition, breakpoint::extra_string, gdb_printf(), breakpoint::has_locations(), breakpoint::locspec, and breakpoint::print_recreate_thread().
|
overridevirtual |
Reimplemented from breakpoint.
Reimplemented in ranged_breakpoint.
Definition at line 12052 of file breakpoint.c.
References bp_hardware_breakpoint.