GDB (xrefs)
|
Public Attributes | |
enum catcher_state | state |
SIGJMP_BUF | buf |
struct gdb_exception | exception |
struct cleanup * | saved_cleanup_chain |
struct catcher * | prev |
Definition at line 45 of file common-exceptions.c.
SIGJMP_BUF catcher::buf |
Definition at line 49 of file common-exceptions.c.
Referenced by exceptions_state_mc_init(), and throw_exception().
struct gdb_exception catcher::exception |
Definition at line 51 of file common-exceptions.c.
Referenced by exceptions_state_mc_catch(), exceptions_state_mc_init(), and throw_exception().
struct catcher* catcher::prev |
Definition at line 54 of file common-exceptions.c.
Referenced by catcher_list_size(), catcher_pop(), and exceptions_state_mc_init().
struct cleanup* catcher::saved_cleanup_chain |
Definition at line 52 of file common-exceptions.c.
Referenced by catcher_pop(), and exceptions_state_mc_init().
enum catcher_state catcher::state |
Definition at line 47 of file common-exceptions.c.
Referenced by exceptions_state_mc(), and exceptions_state_mc_init().