IDkmGPUTempBreakStepper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface implemented by GPU base debug monitors to enable temporary instruction breakpoints in stepping. The temporary instruction breakpoints are passed to ContinueDebugEvent.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, SourceId.
public interface class IDkmGPUTempBreakStepper
public interface class IDkmGPUTempBreakStepper
__interface IDkmGPUTempBreakStepper
public interface IDkmGPUTempBreakStepper
type IDkmGPUTempBreakStepper = interface
Public Interface IDkmGPUTempBreakStepper
Methods
ClearTempBreak(DkmSingleStepRequest) |
Clear temporary breakpoint in stepping on a thread. |
EnableTempBreak(DkmSingleStepRequest, Int64[]) |
Enable temporary breakpoint in stepping on a thread. This is similar to single step except one or more instructions are advanced. When breakpoint is hit, step complete event is sent. |