_dr_restore_state_info_t Struct Reference

#include <dr_events.h>


Data Fields

dr_mcontext_tmcontext
bool raw_mcontext_valid
dr_mcontext_t raw_mcontext
dr_fault_fragment_info_t fragment_info


Detailed Description

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.

Field Documentation

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.


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

  DynamoRIO API version 2.0.0 --- Thu Apr 22 00:18:20 2010