This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb fails to ack run-length encoded packets


On 2018-02-16 22:39, Doug Gale wrote:
> How do you calculate your checksum? You should checksum the encoded
> data, not the uncompressed data.

Ah, that makes sense. You're right, I was still summing the non-encoded
data. I changed it just now and got it to work. Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]