#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 |
Data structure passed to a restore_state_ex event handler (see dr_register_restore_state_ex_event()). Contains the machine context at the translation point and other translation information.
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.