IDkmHeuristicStackWalker 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.
IDkmHeuristicStackWalker is invoked by the stack provider. It is invoked when attempting to walk through frames without symbols.
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.
public interface class IDkmHeuristicStackWalker
public interface class IDkmHeuristicStackWalker
__interface IDkmHeuristicStackWalker
public interface IDkmHeuristicStackWalker
type IDkmHeuristicStackWalker = interface
Public Interface IDkmHeuristicStackWalker
Methods
HeuristicWalkFrames(DkmStackWalkContext, DkmFrameRegisters, UInt32, UInt64, DkmFrameRegisters, Boolean) |
Attempt to walk through a region of the stack using a heuristic stack walk algorithm. This is used in x86 when no symbols are available. It is not implemented on other platforms as PDATA allows walking of all frames. |