GDB (xrefs)
|
Public Attributes | |
struct breakpoint | base |
enum exception_event_kind | kind |
char * | exception_rx |
regex_t * | pattern |
Definition at line 76 of file break-catch-throw.c.
struct breakpoint exception_catchpoint::base |
Definition at line 80 of file break-catch-throw.c.
Referenced by handle_gnu_v3_exceptions().
char* exception_catchpoint::exception_rx |
Definition at line 89 of file break-catch-throw.c.
Referenced by dtor_exception_catchpoint(), handle_gnu_v3_exceptions(), and print_one_detail_exception_catchpoint().
enum exception_event_kind exception_catchpoint::kind |
Definition at line 84 of file break-catch-throw.c.
Referenced by classify_exception_breakpoint(), and handle_gnu_v3_exceptions().
regex_t* exception_catchpoint::pattern |
Definition at line 94 of file break-catch-throw.c.
Referenced by dtor_exception_catchpoint(), and handle_gnu_v3_exceptions().