ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Macros | |
#define | KdPacketReceived 0 |
#define | KdPacketTimedOut 1 |
#define | KdPacketNeedsResend 2 |
Typedefs | |
typedef ULONG | KDSTATUS |
Functions | |
NTSTATUS NTAPI | KdDebuggerInitialize0 (_In_opt_ PLOADER_PARAMETER_BLOCK LoaderBlock) |
NTSTATUS NTAPI | KdDebuggerInitialize1 (_In_opt_ PLOADER_PARAMETER_BLOCK LoaderBlock) |
KDSTATUS NTAPI | KdReceivePacket (IN ULONG PacketType, OUT PSTRING MessageHeader, OUT PSTRING MessageData, OUT PULONG DataLength, IN OUT PKD_CONTEXT Context) |
NTSTATUS NTAPI | KdRestore (IN BOOLEAN SleepTransition) |
NTSTATUS NTAPI | KdSave (IN BOOLEAN SleepTransition) |
VOID NTAPI | KdSendPacket (IN ULONG PacketType, IN PSTRING MessageHeader, IN PSTRING MessageData, IN OUT PKD_CONTEXT Context) |
NTSTATUS NTAPI | KdD0Transition (VOID) |
NTSTATUS NTAPI | KdD3Transition (VOID) |
Definition at line 99 of file kdcom.c.
Referenced by KdPowerTransition().
Definition at line 106 of file kdcom.c.
Referenced by KdPowerTransition().
NTSTATUS NTAPI KdDebuggerInitialize0 | ( | _In_opt_ PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 277 of file kdvm.c.
NTSTATUS NTAPI KdDebuggerInitialize1 | ( | _In_opt_ PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
KDSTATUS NTAPI KdReceivePacket | ( | IN ULONG | PacketType, |
OUT PSTRING | MessageHeader, | ||
OUT PSTRING | MessageData, | ||
OUT PULONG | DataLength, | ||
IN OUT PKD_CONTEXT | Context | ||
) |
Definition at line 80 of file kddll.c.
Referenced by KdPollBreakIn(), KdpPollBreakInWithPortLock(), KdpPromptString(), KdpSendWaitContinue(), and KdSendPacket().
Definition at line 121 of file kdcom.c.
Referenced by KdExitDebugger(), and KdReportProcessorChange().
Definition at line 113 of file kdcom.c.
Referenced by KdEnterDebugger(), and KdReportProcessorChange().
VOID NTAPI KdSendPacket | ( | IN ULONG | PacketType, |
IN PSTRING | MessageHeader, | ||
IN PSTRING | MessageData, | ||
IN OUT PKD_CONTEXT | Context | ||
) |
Definition at line 314 of file kddll.c.
Referenced by KdpCheckLowMemory(), KdpFillMemory(), KdpGetBusData(), KdpGetContext(), KdpGetContextEx(), KdpGetVersion(), KdpNotSupported(), KdpPrintString(), KdpPromptString(), KdpQueryMemory(), KdpReadControlSpace(), KdpReadIoSpace(), KdpReadIoSpaceExtended(), KdpReadMachineSpecificRegister(), KdpReadPhysicalMemory(), KdpReadVirtualMemory(), KdpRestoreBreakpoint(), KdpRestoreBreakPointEx(), KdpSearchMemory(), KdpSendWaitContinue(), KdpSetBusData(), KdpSetContext(), KdpSetContextEx(), KdpWriteBreakpoint(), KdpWriteBreakPointEx(), KdpWriteControlSpace(), KdpWriteCustomBreakpoint(), KdpWriteIoSpace(), KdpWriteIoSpaceExtended(), KdpWriteMachineSpecificRegister(), KdpWritePhysicalMemory(), and KdpWriteVirtualMemory().