GDB (xrefs)
|
Public Member Functions | |
ada_catchpoint (struct gdbarch *gdbarch_, enum ada_exception_catchpoint_kind kind, struct symtab_and_line sal, const char *addr_string_, bool tempflag, bool enabled, bool from_tty) | |
struct bp_location * | allocate_location () override |
void | re_set () override |
void | check_status (struct bpstat *bs) override |
enum print_stop_action | print_it (const bpstat *bs) const override |
bool | print_one (bp_location **) 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 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 () |
virtual void | re_set () |
virtual int | insert_location (struct bp_location *) |
virtual int | remove_location (struct bp_location *, enum remove_bp_reason reason) |
virtual int | breakpoint_hit (const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) |
virtual void | check_status (struct bpstat *bs) |
virtual int | resources_needed (const struct bp_location *) |
virtual enum print_stop_action | print_it (const bpstat *bs) const |
virtual bool | print_one (bp_location **) const |
virtual void | print_one_detail (struct ui_out *) const |
virtual void | print_mention () const |
virtual void | print_recreate (struct ui_file *fp) const |
virtual bool | explains_signal (enum gdb_signal) |
virtual void | after_condition_true (struct bpstat *bs) |
bp_location_range | locations () const |
Public Attributes | |
std::string | excep_string |
enum ada_exception_catchpoint_kind | m_kind |
![]() | |
breakpoint * | next = NULL |
bptype | type = bp_none |
enum enable_state | enable_state = bp_enabled |
bpdisp | disposition = disp_del |
int | number = 0 |
bp_location * | loc = NULL |
bool | silent = false |
bool | display_canonical = false |
int | ignore_count = 0 |
int | enable_count = 0 |
counted_command_line | commands |
struct frame_id | frame_id = null_frame_id |
program_space * | pspace = NULL |
location_spec_up | locspec |
gdb::unique_xmalloc_ptr< char > | filter |
location_spec_up | locspec_range_end |
struct gdbarch * | gdbarch |
enum language | language |
int | input_radix |
gdb::unique_xmalloc_ptr< char > | cond_string |
gdb::unique_xmalloc_ptr< char > | extra_string |
breakpoint * | related_breakpoint |
int | thread = -1 |
int | task = 0 |
int | hit_count = 0 |
int | condition_not_parsed = 0 |
gdbpy_breakpoint_object * | py_bp_object = NULL |
gdbscm_breakpoint_object * | scm_bp_object = NULL |
Additional Inherited Members | |
![]() | |
virtual std::vector< symtab_and_line > | decode_location_spec (location_spec *locspec, struct program_space *search_pspace) |
void | re_set_default () |
std::vector< symtab_and_line > | location_spec_to_sals (location_spec *locspec, struct program_space *search_pspace, int *found) |
![]() | |
void | print_recreate_thread (struct ui_file *fp) const |
Definition at line 12120 of file ada-lang.c.
|
inline |
Definition at line 12122 of file ada-lang.c.
References code_breakpoint::add_location(), bp_disabled, bp_enabled, describe_other_breakpoints(), disp_del, disp_donttouch, breakpoint::disposition, breakpoint::gdbarch, get_sal_arch(), language_ada, language_def(), breakpoint::locspec, symtab_and_line::pc, breakpoint::pspace, symtab_and_line::pspace, symtab_and_line::section, and string_to_location_spec().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12250 of file ada-lang.c.
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12336 of file ada-lang.c.
References bpstat::bp_location_at, should_stop_exception(), and bpstat::stop.
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12345 of file ada-lang.c.
References ada_catch_assert, ada_catch_exception, ada_catch_exception_unhandled, ada_catch_handlers, ada_exception_message(), ada_exception_name_addr(), ada_find_printable_frame(), annotate_catchpoint(), async_reason_lookup(), bpdisp_text(), current_uiout, disp_del, breakpoint::disposition, EXEC_ASYNC_BREAKPOINT_HIT, ui_out::field_string(), get_current_frame(), ui_out::is_mi_like_p(), m_kind, breakpoint::number, print_num_locno(), PRINT_SRC_AND_LOC, read_memory(), select_frame(), and ui_out::text().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12490 of file ada-lang.c.
References ada_catch_assert, ada_catch_exception, ada_catch_exception_unhandled, ada_catch_handlers, current_uiout, disp_del, breakpoint::disposition, excep_string, ui_out::field_signed(), m_kind, breakpoint::number, and ui_out::text().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12433 of file ada-lang.c.
References ada_catch_assert, ada_catch_exception, ada_catch_exception_unhandled, ada_catch_handlers, annotate_field(), current_uiout, excep_string, ui_out::field_fmt(), ui_out::field_skip(), ui_out::field_string(), get_user_print_options(), and m_kind.
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12542 of file ada-lang.c.
References ada_catch_assert, ada_catch_exception, ada_catch_exception_unhandled, ada_catch_handlers, excep_string, gdb_printf(), m_kind, and breakpoint::print_recreate_thread().
|
overridevirtual |
Reimplemented from breakpoint.
Definition at line 12259 of file ada-lang.c.
References create_excep_cond_exprs(), m_kind, and code_breakpoint::re_set().
std::string ada_catchpoint::excep_string |
Definition at line 12173 of file ada-lang.c.
Referenced by create_excep_cond_exprs(), print_mention(), print_one(), print_recreate(), and should_stop_exception().
enum ada_exception_catchpoint_kind ada_catchpoint::m_kind |
Definition at line 12176 of file ada-lang.c.
Referenced by print_it(), print_mention(), print_one(), print_recreate(), re_set(), and should_stop_exception().