ReactOS
0.4.15-dev-4570-g4f8bbd1
|
#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 478 of file windbgkd.h.
union { ... } |
DBGKD_ANY_CONTROL_REPORT _DBGKD_ANY_WAIT_STATE_CHANGE::AnyControlReport |
Definition at line 495 of file windbgkd.h.
DBGKD_COMMAND_STRING _DBGKD_ANY_WAIT_STATE_CHANGE::CommandString |
Definition at line 490 of file windbgkd.h.
Referenced by KdpReportCommandStringStateChange().
DBGKD_CONTROL_REPORT _DBGKD_ANY_WAIT_STATE_CHANGE::ControlReport |
Definition at line 494 of file windbgkd.h.
DBGKM_EXCEPTION64 _DBGKD_ANY_WAIT_STATE_CHANGE::Exception |
Definition at line 488 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 489 of file windbgkd.h.
Referenced by KdpReportLoadSymbolsStateChange(), and KdSendPacket().
ULONG _DBGKD_ANY_WAIT_STATE_CHANGE::NewState |
Definition at line 480 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 483 of file windbgkd.h.
USHORT _DBGKD_ANY_WAIT_STATE_CHANGE::Processor |
Definition at line 482 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 481 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 485 of file windbgkd.h.
ULONG64 _DBGKD_ANY_WAIT_STATE_CHANGE::Thread |
Definition at line 484 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 |