Expand Minimize

HV_CRASHDUMP_PROCESSOR_STATE structure

The HV_CRASHDUMP_PROCESSOR_STATE structure describes the state of a processor in a crash dump.

Syntax


typedef struct _HV_CRASHDUMP_PROCESSOR_STATE {
  UINT32 RegisterStateOffset;
  UINT32 RegisterStateSize;
  UINT32 CrashStackSize;
  UINT32 CrashStackOffset;
  UINT64 CrashStackAddress;
  UINT32 PlatformStateSize;
  UINT32 PlatformStateOffset;
} HV_CRASHDUMP_PROCESSOR_STATE, *PHV_CRASHDUMP_PROCESSOR_STATE;

Members

RegisterStateOffset

The offset to the context of the crashing thread.

RegisterStateSize

The size of the context of the crashing thread.

CrashStackSize

The size of the crash stack for the crashing thread.

CrashStackOffset

The offset to the crash stack for the crashing thread.

CrashStackAddress

The address of the crash stack for the crashing thread.

PlatformStateSize

The size of the platform-specific state data.

PlatformStateOffset

The offset to the platform-specific state data.

Remarks

HV_CRASHDUMP_PROCESSOR_STATE structures are specified with the ContextCount, ContextOffset, and ContextSize members of the HV_CRASHDUMP_AREA structure.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HV_CRASHDUMP_AREA

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.