IDkmSymbolFunctionResolver Interface

Definition

This interface is implemented by symbol based expression evaluators to map between a function/address expression and the instructions which are represented by it. This is used to bind function breakpoints.

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

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

Methods

Resolve(DkmSymbolFunctionResolutionRequest)

Resolve an address string to zero or more address symbols. This is used to bind function breakpoints.

Applies to