Open Enclave
0.16.1
|
Exception context structure with the exception code, flags, address and calling context of the exception. More...
#include <exception.h>
Data Fields | |
uint32_t | code |
Exception code. | |
uint32_t | flags |
Exception flags. | |
uint64_t | address |
Exception address. | |
oe_context_t * | context |
Exception context. | |
Exception context structure with the exception code, flags, address and calling context of the exception.