|
GDB (xrefs)
|
Public Attributes | |
| std::vector< gdb_signal > | signals_to_be_caught |
| bool | catch_all |
Public Attributes inherited from breakpoint | |
| const breakpoint_ops * | ops = NULL |
| 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 |
| event_location_up | location |
| char * | filter = NULL |
| event_location_up | location_range_end |
| struct gdbarch * | gdbarch = NULL |
| enum language | language = language_unknown |
| int | input_radix = 0 |
| char * | cond_string = NULL |
| char * | extra_string = NULL |
| breakpoint * | related_breakpoint = NULL |
| 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 | |
Public Member Functions inherited from breakpoint | |
| virtual | ~breakpoint () |
Definition at line 40 of file break-catch-sig.c.
| bool signal_catchpoint::catch_all |
Definition at line 53 of file break-catch-sig.c.
Referenced by signal_catchpoint_breakpoint_hit(), signal_catchpoint_insert_location(), signal_catchpoint_print_mention(), signal_catchpoint_print_one(), signal_catchpoint_print_recreate(), and signal_catchpoint_remove_location().
| std::vector<gdb_signal> signal_catchpoint::signals_to_be_caught |
Definition at line 46 of file break-catch-sig.c.
Referenced by signal_catchpoint_breakpoint_hit(), signal_catchpoint_insert_location(), signal_catchpoint_print_mention(), signal_catchpoint_print_one(), signal_catchpoint_print_recreate(), and signal_catchpoint_remove_location().
1.8.14