DkmGPUAddressType Enum

Definition

DkmGPUAddressType describes if an address represents a special location in the GPU debuggee's byte code.

This enumeration supports a bitwise combination of its member values.

public enum class DkmGPUAddressType
public enum class DkmGPUAddressType
enum DkmGPUAddressType
[System.Flags]
public enum DkmGPUAddressType
[<System.Flags>]
type DkmGPUAddressType = 
Public Enum DkmGPUAddressType
Inheritance
DkmGPUAddressType
Attributes

Fields

FunctionCall 2

The address is at the inline function call site, that is, the instruction just before inline function.

None 1

No type flat is set.

NoStepInto 4

The address has symbols but should not be stepped into.

Applies to