IDkmBreakpointConditionThreadSelectorForGpu 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 on the target computer to handle evaluating breakpoint conditions on all stopped threads and select the thread whose condition is true for GPU.
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, RuntimeId, SourceId.
This API was introduced in Visual Studio 11 Update 1 (DkmApiVersion.VS11FeaturePack1).
public interface class IDkmBreakpointConditionThreadSelectorForGpu
public interface class IDkmBreakpointConditionThreadSelectorForGpu
__interface IDkmBreakpointConditionThreadSelectorForGpu
public interface IDkmBreakpointConditionThreadSelectorForGpu
type IDkmBreakpointConditionThreadSelectorForGpu = interface
Public Interface IDkmBreakpointConditionThreadSelectorForGpu
Methods
EvaluateConditionAndSelectThread(DkmRuntimeBreakpoint, DkmThread) |
The base debug monitor asks the breakpoint condition processor to evaluate on all stopped threads, and selects the thread whose condition is true. |