X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FGdbDebugAgent%2FGdbDebugAgent.h;h=7d85481c4be9c6736dd01e1ba8e60d388eaebf79;hp=dfdc016d9d6a45a73177da6d1df322dc5991f6ac;hb=4f0624e87a89afce8408a87997482b383e7ba131;hpb=d0d8a17d4a91ab860f7db69b7fc9eeec240265b9 diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h index dfdc016d9d..7d85481c4b 100644 --- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h +++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h @@ -519,7 +519,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