IDkmBreakpointConditionProcessorGpuExtension.TryClearConditionOnTargetDevice Method

Definition

Clear any condition associated with the specified DkmRuntimeInstructionBreakpoint.

public:
 void TryClearConditionOnTargetDevice(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeInstructionBreakpoint ^ instructionBreakpoint);
public void TryClearConditionOnTargetDevice (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeInstructionBreakpoint instructionBreakpoint);
abstract member TryClearConditionOnTargetDevice : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeInstructionBreakpoint -> unit
Public Sub TryClearConditionOnTargetDevice (instructionBreakpoint As DkmRuntimeInstructionBreakpoint)

Parameters

instructionBreakpoint
DkmRuntimeInstructionBreakpoint

[In] Low-level breakpoint which is set on an instruction address.

Applies to