GDB (API)
|
#include "breakpoint.h"
Definition at line 493 of file breakpoint.h.
void(* breakpoint_ops::after_condition_true)(struct bpstats *bs) |
Definition at line 612 of file breakpoint.h.
struct bp_location*(* breakpoint_ops::allocate_location)(struct breakpoint *) [read] |
Definition at line 500 of file breakpoint.h.
int(* breakpoint_ops::breakpoint_hit)(const struct bp_location *bl, struct address_space *aspace, CORE_ADDR bp_addr, const struct target_waitstatus *ws) |
Definition at line 524 of file breakpoint.h.
void(* breakpoint_ops::check_status)(struct bpstats *bs) |
Definition at line 531 of file breakpoint.h.
void(* breakpoint_ops::create_breakpoints_sal)(struct gdbarch *, struct linespec_result *, char *, char *, enum bptype, enum bpdisp, int, int, int, const struct breakpoint_ops *, int, int, int, unsigned) |
Definition at line 588 of file breakpoint.h.
void(* breakpoint_ops::create_sals_from_address)(char **, struct linespec_result *, enum bptype, char *, char **) |
Definition at line 578 of file breakpoint.h.
void(* breakpoint_ops::decode_linespec)(struct breakpoint *, char **, struct symtabs_and_lines *) |
Definition at line 600 of file breakpoint.h.
void(* breakpoint_ops::dtor)(struct breakpoint *self) |
Definition at line 497 of file breakpoint.h.
enum bpstat_signal_value(* breakpoint_ops::explains_signal)(struct breakpoint *, enum gdb_signal) |
Definition at line 607 of file breakpoint.h.
int(* breakpoint_ops::insert_location)(struct bp_location *) |
Definition at line 510 of file breakpoint.h.
enum print_stop_action(* breakpoint_ops::print_it)(struct bpstats *bs) |
Definition at line 545 of file breakpoint.h.
void(* breakpoint_ops::print_mention)(struct breakpoint *) |
Definition at line 567 of file breakpoint.h.
void(* breakpoint_ops::print_one)(struct breakpoint *, struct bp_location **) |
Definition at line 549 of file breakpoint.h.
void(* breakpoint_ops::print_one_detail)(const struct breakpoint *, struct ui_out *) |
Definition at line 563 of file breakpoint.h.
void(* breakpoint_ops::print_recreate)(struct breakpoint *, struct ui_file *fp) |
Definition at line 570 of file breakpoint.h.
void(* breakpoint_ops::re_set)(struct breakpoint *self) |
Definition at line 505 of file breakpoint.h.
int(* breakpoint_ops::remove_location)(struct bp_location *) |
Definition at line 516 of file breakpoint.h.
int(* breakpoint_ops::resources_needed)(const struct bp_location *) |
Definition at line 536 of file breakpoint.h.
int(* breakpoint_ops::works_in_software_mode)(const struct breakpoint *) |
Definition at line 541 of file breakpoint.h.