ReactOS 0.4.15-dev-7931-gfd331f1
_DBGKD_ANY_WAIT_STATE_CHANGE Struct Reference

#include <windbgkd.h>

Collaboration diagram for _DBGKD_ANY_WAIT_STATE_CHANGE:

Public Attributes

ULONG NewState
 
USHORT ProcessorLevel
 
USHORT Processor
 
ULONG NumberProcessors
 
ULONG64 Thread
 
ULONG64 ProgramCounter
 
union {
   DBGKM_EXCEPTION64   Exception
 
   DBGKD_LOAD_SYMBOLS64   LoadSymbols
 
   DBGKD_COMMAND_STRING   CommandString
 
u
 
union {
   DBGKD_CONTROL_REPORT   ControlReport
 
   DBGKD_ANY_CONTROL_REPORT   AnyControlReport
 
}; 
 

Detailed Description

Definition at line 498 of file windbgkd.h.

Member Data Documentation

◆ 

union { ... } _DBGKD_ANY_WAIT_STATE_CHANGE::@3551

◆ AnyControlReport

DBGKD_ANY_CONTROL_REPORT _DBGKD_ANY_WAIT_STATE_CHANGE::AnyControlReport

Definition at line 515 of file windbgkd.h.

◆ CommandString

DBGKD_COMMAND_STRING _DBGKD_ANY_WAIT_STATE_CHANGE::CommandString

Definition at line 510 of file windbgkd.h.

Referenced by KdpReportCommandStringStateChange().

◆ ControlReport

DBGKD_CONTROL_REPORT _DBGKD_ANY_WAIT_STATE_CHANGE::ControlReport

Definition at line 514 of file windbgkd.h.

◆ Exception

DBGKM_EXCEPTION64 _DBGKD_ANY_WAIT_STATE_CHANGE::Exception

◆ LoadSymbols

DBGKD_LOAD_SYMBOLS64 _DBGKD_ANY_WAIT_STATE_CHANGE::LoadSymbols

Definition at line 509 of file windbgkd.h.

Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().

◆ NewState

ULONG _DBGKD_ANY_WAIT_STATE_CHANGE::NewState

Definition at line 500 of file windbgkd.h.

Referenced by gdb_send_exception(), handle_gdb_c(), KdSendPacket(), and send_kd_state_change().

◆ NumberProcessors

ULONG _DBGKD_ANY_WAIT_STATE_CHANGE::NumberProcessors

Definition at line 503 of file windbgkd.h.

◆ Processor

◆ ProcessorLevel

◆ ProgramCounter

ULONG64 _DBGKD_ANY_WAIT_STATE_CHANGE::ProgramCounter

Definition at line 505 of file windbgkd.h.

◆ Thread

ULONG64 _DBGKD_ANY_WAIT_STATE_CHANGE::Thread

◆ 


The documentation for this struct was generated from the following file: