GDBserver
Public Attributes | List of all members
catcher Struct Reference

Public Attributes

enum catcher_state state
 
SIGJMP_BUF buf
 
struct gdb_exception exception
 
struct cleanupsaved_cleanup_chain
 
struct catcherprev
 

Detailed Description

Definition at line 45 of file common-exceptions.c.

Member Data Documentation

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


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