Skip to main content

dr_mcontext_flags_t_DR_MC_CONTROL

Constant dr_mcontext_flags_t_DR_MC_CONTROL 

Source
pub const dr_mcontext_flags_t_DR_MC_CONTROL: dr_mcontext_flags_t = 2;
Expand description

On x86, selects the xsp, xflags, and xip fields. On ARM, selects the sp, pc, and cpsr fields. On AArch64, selects the sp, pc, and nzcv fields. On RISC-V, selects the sp, pc and fcsr fields. \note: The xip/pc field is only honored as an input for dr_redirect_execution(), and as an output for system call events.