gdb fails to ack run-length encoded packets
"J.W. Jagersma" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
In hopes of speeding up my debugging process, I have implemented RLE in my remote stub, as outlined here: https://sourceware.org/gdb/onlinedocs/gdb/Overview.html However gdb fails to acknowledge these packets, and responds with '-' to request a resend, ad infinitum. Is there anything special I need to configure for gdb to recognize RLE packets?