GDBserver
|
Public Attributes | |
struct breakpoint * | next |
enum bkpt_type | type |
struct point_cond_list * | cond_list |
struct point_command_list * | command_list |
struct raw_breakpoint * | raw |
int(* | handler )(CORE_ADDR) |
Definition at line 115 of file mem-break.c.
Definition at line 129 of file mem-break.c.
Referenced by add_commands_to_breakpoint(), any_persistent_commands(), gdb_no_commands_at_breakpoint(), and run_breakpoint_commands().
struct point_cond_list* breakpoint::cond_list |
Definition at line 126 of file mem-break.c.
Referenced by add_condition_to_breakpoint(), clear_gdb_breakpoint_conditions(), and gdb_condition_true_at_breakpoint().
int(* breakpoint::handler)(CORE_ADDR) |
Definition at line 138 of file mem-break.c.
Referenced by check_breakpoints(), and set_breakpoint_at().
struct breakpoint* breakpoint::next |
Definition at line 117 of file mem-break.c.
Referenced by any_persistent_commands(), check_breakpoints(), delete_breakpoint_1(), delete_disabled_breakpoints(), delete_reinsert_breakpoints(), find_gdb_breakpoint_at(), set_breakpoint_at(), and validate_breakpoints().
struct raw_breakpoint* breakpoint::raw |
Definition at line 133 of file mem-break.c.
Referenced by check_breakpoints(), delete_disabled_breakpoints(), find_gdb_breakpoint_at(), release_breakpoint(), set_breakpoint_at(), and validate_breakpoints().
Definition at line 120 of file mem-break.c.
Referenced by delete_reinsert_breakpoints(), find_gdb_breakpoint_at(), set_breakpoint_at(), set_gdb_breakpoint_at(), and set_reinsert_breakpoint().