GDB (xrefs)
|
Public Attributes | |
enum catcher_state | state |
EXCEPTIONS_SIGJMP_BUF | buf |
struct gdb_exception * | exception |
int | mask |
struct cleanup * | saved_cleanup_chain |
struct catcher * | prev |
Definition at line 52 of file exceptions.c.
Definition at line 56 of file exceptions.c.
Referenced by exceptions_state_mc_init(), and throw_exception().
struct gdb_exception* catcher::exception |
Definition at line 58 of file exceptions.c.
Referenced by exceptions_state_mc(), exceptions_state_mc_init(), and throw_exception().
Definition at line 60 of file exceptions.c.
Referenced by exceptions_state_mc(), and exceptions_state_mc_init().
struct catcher* catcher::prev |
Definition at line 63 of file exceptions.c.
Referenced by catcher_list_size(), catcher_pop(), and exceptions_state_mc_init().
struct cleanup* catcher::saved_cleanup_chain |
Definition at line 61 of file exceptions.c.
Referenced by catcher_pop(), and exceptions_state_mc_init().
Definition at line 54 of file exceptions.c.
Referenced by exceptions_state_mc(), and exceptions_state_mc_init().