IDkmEmbeddedBreakpointHitNotification Interface

Definition

IDkmEmbeddedBreakpointHitNotification is implemented by components that want to listen for the EmbeddedBreakpointHit event. IDkmEmbeddedBreakpointHitNotification is invoked after all implementations of IDkmEmbeddedBreakpointHitReceived. 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).

Sent by the exception manager when an embedded breakpoint exception is encountered. Components beneath the exception manager must listen for the platform specific exception event instead.

EmbeddedBreakpointHit events can be suppressed. If this event reaches the AD7 layer, the debugger will enter break mode.

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, TransportKind.

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

Methods

OnEmbeddedBreakpointHit(DkmThread, DkmInstructionAddress, Boolean, DkmEventDescriptorS)

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

Applies to