IDkmAsyncBreakCompleteNotification Interface

Definition

IDkmAsyncBreakCompleteNotification is implemented by components that want to listen for the AsyncBreakComplete event. IDkmAsyncBreakCompleteNotification is invoked after all implementations of IDkmAsyncBreakCompleteReceived. 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 a debug monitor after a request to async break the process has completed.

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

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

Methods

OnAsyncBreakComplete(DkmProcess, DkmAsyncBreakStatus, DkmThread, DkmEventDescriptorS)

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

Applies to