GDB (xrefs)
Public Attributes | List of all members
exception_catchpoint Struct Reference

Public Attributes

struct breakpoint base
 
enum exception_event_kind kind
 
char * exception_rx
 
regex_t * pattern
 

Detailed Description

Definition at line 76 of file break-catch-throw.c.

Member Data Documentation

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
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().


The documentation for this struct was generated from the following file: