GDBserver
|
#include "common-exceptions.h"
Public Attributes | |
enum return_reason | reason |
enum errors | error |
const char * | message |
Definition at line 112 of file common-exceptions.h.
enum errors gdb_exception::error |
Definition at line 115 of file common-exceptions.h.
Referenced by ATTRIBUTE_PRINTF().
const char* gdb_exception::message |
Definition at line 116 of file common-exceptions.h.
Referenced by ATTRIBUTE_PRINTF().
enum return_reason gdb_exception::reason |
Definition at line 114 of file common-exceptions.h.
Referenced by ATTRIBUTE_PRINTF(), exceptions_state_mc_catch(), and throw_exception().