IDkmGPUSymbolProviderCallback Interface

Definition

Callback interface which is implemented by GPU symbol providers to provide information from the symbol store to base debug monitors.

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.

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

Methods

GetCompilerOptions(DkmModule)

This method returns compiler flags of the given GPU module.

GetGPUInstructionMetadataCallback(DkmInstructionSymbol, DkmInstructionAddress, DkmInstructionSymbol)

This method returns address information to the GPU debug monitor.

GetNoSourceRanges(DkmInstructionSymbol)

Queries the symbol provider to determine the ranges of instructions which do not correspond to any user source statements and are used by the base debug monitor to always step through during stepping.

TranslateAcceleratorTagByIP(DkmModule, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)

Translate accelerator pointer tag into HLSL register attributes.

Applies to