ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Macros | |
#define | NOEXTAPI |
#define | KDDBGPRINT(...) |
Enumerations | |
enum | KDP_STATUS { KDP_PACKET_RECEIVED = 0 , KDP_PACKET_TIMEOUT = 1 , KDP_PACKET_RESEND = 2 , KDP_PACKET_RECEIVED = 0 , KDP_PACKET_TIMEOUT = 1 , KDP_PACKET_RESEND = 2 } |
Functions | |
VOID NTAPI | KdpSendBuffer (IN PVOID Buffer, IN ULONG Size) |
KDP_STATUS NTAPI | KdpReceiveBuffer (OUT PVOID Buffer, IN ULONG Size) |
KDP_STATUS NTAPI | KdpReceivePacketLeader (OUT PULONG PacketLeader) |
VOID NTAPI | KdpSendByte (IN UCHAR Byte) |
KDP_STATUS NTAPI | KdpPollByte (OUT PUCHAR OutByte) |
KDP_STATUS NTAPI | KdpReceiveByte (OUT PUCHAR OutByte) |
KDP_STATUS NTAPI | KdpPollBreakIn (VOID) |
Enumerator | |
---|---|
KDP_PACKET_RECEIVED | |
KDP_PACKET_TIMEOUT | |
KDP_PACKET_RESEND | |
KDP_PACKET_RECEIVED | |
KDP_PACKET_TIMEOUT | |
KDP_PACKET_RESEND |
KDP_STATUS NTAPI KdpPollBreakIn | ( | VOID | ) |
KDP_STATUS NTAPI KdpPollByte | ( | OUT PUCHAR | OutByte | ) |
Definition at line 299 of file kdcom.c.
Definition at line 43 of file kdserial.c.
Referenced by KdReceivePacket().
KDP_STATUS NTAPI KdpReceiveByte | ( | OUT PUCHAR | OutByte | ) |
Definition at line 321 of file kdcom.c.
Referenced by finish_gdb_packet(), gdb_receive_packet(), KdpReceiveBuffer(), and KdpReceivePacketLeader().
KDP_STATUS NTAPI KdpReceivePacketLeader | ( | OUT PULONG | PacketLeader | ) |
Definition at line 75 of file kdserial.c.
Referenced by KdReceivePacket().
Definition at line 21 of file kdserial.c.
Referenced by KdpSendControlPacket(), and KdSendPacket().
Definition at line 291 of file kdcom.c.
Referenced by finish_gdb_packet(), gdb_receive_packet(), KdpPollBreakIn(), KdpSendBuffer(), KdSendPacket(), send_gdb_partial_binary(), send_gdb_partial_packet(), and start_gdb_packet().