Open Enclave  0.10.0
Data Fields
_oe_exception_record Struct Reference

Exception context structure with the exception code, flags, address and calling context of the exception. More...

#include <exception.h>

Collaboration diagram for _oe_exception_record:
Collaboration graph
[legend]

Data Fields

uint32_t code
 Exception code.
 
uint32_t flags
 Exception flags.
 
uint64_t address
 Exception address.
 
oe_context_tcontext
 Exception context.
 

Detailed Description

Exception context structure with the exception code, flags, address and calling context of the exception.


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