IDkmRuntimeBreakpointNotification Interface

Definition

IDkmRuntimeBreakpointNotification is implemented by components that want to listen for the RuntimeBreakpoint event. IDkmRuntimeBreakpointNotification is invoked after all implementations of IDkmRuntimeBreakpointReceived. When this notification is called, the target process is stopped and implementers are able to either inspect the process or cause it to execute in a controlled manner (slip, func-eval).

Provides notification that a runtime breakpoint (DkmRuntimeBreakpoint) has been hit. Runtime breakpoints are the low-level breakpoint objects. Notification for the higher level breakpoints (DkmPendingBreakpoint/DkmBoundBreakpoint) is obtained through the BoundBreakpointHit event.

RuntimeBreakpoint events can be suppressed by calling DkmEventDescriptorS.Suppress().

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.

public interface class IDkmRuntimeBreakpointNotification
public interface class IDkmRuntimeBreakpointNotification
__interface IDkmRuntimeBreakpointNotification
public interface IDkmRuntimeBreakpointNotification
type IDkmRuntimeBreakpointNotification = interface
Public Interface IDkmRuntimeBreakpointNotification

Methods

OnRuntimeBreakpoint(DkmRuntimeBreakpoint, DkmThread, Boolean, DkmEventDescriptorS)

OnRuntimeBreakpoint is invoked as part of event processing. See interface definition for more information.

Applies to