#include <dr_events.h>
Data Fields | |
dr_mcontext_t * | mcontext |
bool | raw_mcontext_valid |
dr_mcontext_t | raw_mcontext |
dr_fault_fragment_info_t | fragment_info |
Information about the code fragment inside the code cache at the translation interruption point.
The application machine state at the translation point.
The raw pre-translated machine state at the translation 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.
Whether raw_mcontext is valid.