IDkmGPUDisassemblyQuery 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.
Used to query raw disassembly in the GPU debuggee byte code.
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, TransportKind.
public interface class IDkmGPUDisassemblyQuery
public interface class IDkmGPUDisassemblyQuery
__interface IDkmGPUDisassemblyQuery
public interface IDkmGPUDisassemblyQuery
type IDkmGPUDisassemblyQuery = interface
Public Interface IDkmGPUDisassemblyQuery
Methods
GetGPUDisassembly(DkmModuleInstance, UInt64, UInt32, Boolean, Boolean) |
Obtain the disassembly of the address range in the debuggee module instance. |
GetGPUDisassemblySize(DkmModuleInstance) |
Returns the disassembly size in the debuggee module instance. |
GetNextGPUInstructionAddress(DkmModuleInstance, UInt64) |
Returns the address of the next instruction relative to a starting address. |