IDkmBreakpointConditionProcessorGpuExtension.RequestBreakpointEventOnModifiedThread Method
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.
The breakpoint condition processor decides not to break on the given thread but another thread of the same warp, so the breakpoint condition processor instructs the base debug monitor to re-send the breakpoint event on the other thread.
public:
void RequestBreakpointEventOnModifiedThread(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ runtimeBreakpoint, Microsoft::VisualStudio::Debugger::DkmThread ^ modifiedBreakThread);
public void RequestBreakpointEventOnModifiedThread (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, Microsoft.VisualStudio.Debugger.DkmThread modifiedBreakThread);
abstract member RequestBreakpointEventOnModifiedThread : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint * Microsoft.VisualStudio.Debugger.DkmThread -> unit
Public Sub RequestBreakpointEventOnModifiedThread (runtimeBreakpoint As DkmRuntimeBreakpoint, modifiedBreakThread As DkmThread)
Parameters
- runtimeBreakpoint
- DkmRuntimeBreakpoint
[In] Low-level breakpoint object which is supported by debug monitors.
- modifiedBreakThread
- DkmThread
[In] The base debug monitor should re-send breakpoint event on this thread.