IDkmBoundBreakpointHitNotification Interface
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.
IDkmBoundBreakpointHitNotification is implemented by components that want to listen for the BoundBreakpointHit event. IDkmBoundBreakpointHitNotification is invoked after all implementations of IDkmBoundBreakpointHitReceived. 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 bound breakpoint (DkmBoundBreakpoint) has been hit. Bound breakpoints are the high-level breakpoint objects. Notification for the low level breakpoints (DkmRuntimeBreakpoint) is obtained through the RuntimeBreakpoint event.
BoundBreakpointHit 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, CompilerVendorId, EngineId, LanguageId, SourceId.
public interface class IDkmBoundBreakpointHitNotification
public interface class IDkmBoundBreakpointHitNotification
__interface IDkmBoundBreakpointHitNotification
public interface IDkmBoundBreakpointHitNotification
type IDkmBoundBreakpointHitNotification = interface
Public Interface IDkmBoundBreakpointHitNotification
Methods
OnBoundBreakpointHit(DkmBoundBreakpoint, DkmThread, Boolean, DkmEventDescriptorS) |
OnBoundBreakpointHit is invoked as part of event processing. See interface definition for more information. |