#include <dr_events.h>
Public Member Functions | |
ALIGN_VAR (8) dr_mcontext_t raw_mcontext | |
Data Fields | |
dr_mcontext_t | mcontext |
EXCEPTION_RECORD * | record |
dr_fault_fragment_info_t | fault_fragment_info |
_dr_exception_t::ALIGN_VAR | ( | 8 | ) |
The raw pre-translated machine state at the exception interruption point inside the code cache. Clients are cautioned when examining code cache instructions to not rely on any details of code inserted other than their own.
Information about the code fragment inside the code cache at the exception interruption point.
Machine context at exception point.
EXCEPTION_RECORD* _dr_exception_t::record |
Win32 exception record.