ReactOS
0.4.15-dev-4569-g032c50f
|
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 PLOADER_PARAMETER_BLOCK LoaderBlock) |
NTSTATUS NTAPI | KdDebuggerInitialize1 (IN 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 PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 158 of file kdcom.c.
Referenced by KdInitSystem().
NTSTATUS NTAPI KdDebuggerInitialize1 | ( | IN PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 283 of file kdcom.c.
Referenced by Phase1InitializationDiscard().
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().
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().