IDkmSymbolLocator Interface

Definition

Interface implemented by symbol providers which deal with symbol search. In other words, this interface would not be implemented by symbol providers which deal only with symbol formats which are inside the debugged binary.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: SymbolProviderId, TransportKind.

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

Methods

GetSymbolFilePath(DkmModule)

Returns the path to the symbol file which backs a DkmModule object.

GetSymbolLoadInformation(DkmModuleInstance)

Returns a string describing the various locations in which symbols were searched for, and the result of checking that location. This information is used to populate the 'Symbol Load Information' in the modules window.

GetSymbolStatusMessage(DkmModuleInstance, Boolean)

Obtain a localized a string description of the current symbol status.

TryLoadSymbols(DkmModuleInstance)

Called to initiate loading of symbols for DkmModuleInstances whose symbols were not found when the module loaded.

Applies to