ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <windbgkd.h>
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 | |
}; | |
Definition at line 498 of file windbgkd.h.
union { ... } _DBGKD_ANY_WAIT_STATE_CHANGE::@3563 |
DBGKD_ANY_CONTROL_REPORT _DBGKD_ANY_WAIT_STATE_CHANGE::AnyControlReport |
Definition at line 515 of file windbgkd.h.
DBGKD_COMMAND_STRING _DBGKD_ANY_WAIT_STATE_CHANGE::CommandString |
Definition at line 510 of file windbgkd.h.
Referenced by KdpReportCommandStringStateChange().
DBGKD_CONTROL_REPORT _DBGKD_ANY_WAIT_STATE_CHANGE::ControlReport |
Definition at line 514 of file windbgkd.h.
DBGKM_EXCEPTION64 _DBGKD_ANY_WAIT_STATE_CHANGE::Exception |
Definition at line 508 of file windbgkd.h.
Referenced by gdb_send_exception(), handle_gdb_c(), KdpReportExceptionStateChange(), KdSendPacket(), and send_kd_state_change().
DBGKD_LOAD_SYMBOLS64 _DBGKD_ANY_WAIT_STATE_CHANGE::LoadSymbols |
Definition at line 509 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().
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().
ULONG _DBGKD_ANY_WAIT_STATE_CHANGE::NumberProcessors |
Definition at line 503 of file windbgkd.h.
USHORT _DBGKD_ANY_WAIT_STATE_CHANGE::Processor |
Definition at line 502 of file windbgkd.h.
Referenced by ContinueManipulateStateHandler(), gdb_send_exception(), GetContextManipulateHandler(), GetVersionManipulateStateHandler(), handle_gdb_insert_breakpoint(), handle_gdb_read_mem(), handle_gdb_remove_breakpoint(), handle_gdb_write_mem(), and SetContextManipulateHandler().
USHORT _DBGKD_ANY_WAIT_STATE_CHANGE::ProcessorLevel |
Definition at line 501 of file windbgkd.h.
Referenced by ContinueManipulateStateHandler(), GetContextManipulateHandler(), GetVersionManipulateStateHandler(), handle_gdb_insert_breakpoint(), handle_gdb_read_mem(), handle_gdb_remove_breakpoint(), handle_gdb_write_mem(), and SetContextManipulateHandler().
ULONG64 _DBGKD_ANY_WAIT_STATE_CHANGE::ProgramCounter |
Definition at line 505 of file windbgkd.h.
ULONG64 _DBGKD_ANY_WAIT_STATE_CHANGE::Thread |
Definition at line 504 of file windbgkd.h.
Referenced by find_thread(), FirstSendHandler(), gdb_send_exception(), gdb_send_register(), gdb_send_registers(), handle_gdb_query(), and send_kd_state_change().
union { ... } _DBGKD_ANY_WAIT_STATE_CHANGE::u |