IDkmNativeSteppingCallSiteProvider 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.
Called by Native IDkmSteppingCodePathDecoder implementer to enumerate Native CodePaths.
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, SymbolProviderId.
public interface class IDkmNativeSteppingCallSiteProvider
public interface class IDkmNativeSteppingCallSiteProvider
__interface IDkmNativeSteppingCallSiteProvider
public interface IDkmNativeSteppingCallSiteProvider
type IDkmNativeSteppingCallSiteProvider = interface
Public Interface IDkmNativeSteppingCallSiteProvider
Methods
GetSteppingCallSites(DkmNativeInstructionAddress, DkmSteppingRange[]) |
GetSteppingCallSites is called to get call sites reachable from an instruction. |