|
HyperDbg Debugger
|
Headers for the tracing functions. More...
Go to the source code of this file.
Functions | |
| VOID | TracingHandleMtf (PROCESSOR_DEBUGGING_STATE *DbgState) |
| Callback for handling VM-exits for MTF in the case of tracing instructions. | |
| VOID | TracingRestoreSystemState (PROCESSOR_DEBUGGING_STATE *DbgState) |
| Restore the system state in the case of tracing instructions. | |
| VOID | TracingCheckForContinuingSteps (PROCESSOR_DEBUGGING_STATE *DbgState) |
| Change for continuing the stepping state in the case of tracing instructions. | |
| VOID | TracingPerformInstrumentationStepIn (PROCESSOR_DEBUGGING_STATE *DbgState) |
| Perform tracing of instructions (instrumentation step-in). | |
| VOID | TracingRegularStepInInstruction () |
| Regular step-in, step one instruction to the debuggee. | |
| VOID | TracingPerformRegularStepInInstruction () |
| Regular step-in, step one instruction to the debuggee. | |
Headers for the tracing functions.
| VOID TracingCheckForContinuingSteps | ( | PROCESSOR_DEBUGGING_STATE * | DbgState | ) |
Change for continuing the stepping state in the case of tracing instructions.
| DbgState | The state of the debugger on the current core |
| VOID TracingHandleMtf | ( | PROCESSOR_DEBUGGING_STATE * | DbgState | ) |
Callback for handling VM-exits for MTF in the case of tracing instructions.
| DbgState | The state of the debugger on the current core |
| VOID TracingPerformInstrumentationStepIn | ( | PROCESSOR_DEBUGGING_STATE * | DbgState | ) |
Perform tracing of instructions (instrumentation step-in).
| DbgState | The state of the debugger on the current core |
| VOID TracingPerformRegularStepInInstruction | ( | ) |
Regular step-in, step one instruction to the debuggee.
| VOID TracingRegularStepInInstruction | ( | ) |
Regular step-in, step one instruction to the debuggee.
| VOID TracingRestoreSystemState | ( | PROCESSOR_DEBUGGING_STATE * | DbgState | ) |
Restore the system state in the case of tracing instructions.
| DbgState | The state of the debugger on the current core |