X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FGdbStub%2FGdbStubInternal.h;h=aec39f1ff535d9dd6879c7e6a164ec7f54e36264;hp=659be6b38f50ee2bcb06d76f44bf2017085aa83b;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=3402aac7d985bf8a9f9d3c639f3fe93609380513 diff --git a/EmbeddedPkg/GdbStub/GdbStubInternal.h b/EmbeddedPkg/GdbStub/GdbStubInternal.h index 659be6b38f..aec39f1ff5 100644 --- a/EmbeddedPkg/GdbStub/GdbStubInternal.h +++ b/EmbeddedPkg/GdbStub/GdbStubInternal.h @@ -272,7 +272,7 @@ CheckIsa ( VOID GdbSendTSignal ( IN EFI_SYSTEM_CONTEXT SystemContext, - IN UINT8 GdbExceptionType + IN UINT8 GdbExceptionType ); @@ -573,7 +573,7 @@ SendPacket ( $PacketData#checksum PacketData is passed in and this function adds the packet prefix '$', the packet teminating character '#' and the two digit checksum. - If host re-starts sending a packet without ending the previous packet, only the last valid packet is proccessed. + If host re-starts sending a packet without ending the previous packet, only the last valid packet is processed. (In other words, if received packet is '$12345$12345$123456#checksum', only '$123456#checksum' will be processed.) If an ack '+' is not sent resend the packet