I'm not sure where I first saw it. Maybe in an ARM .gdbinit file. A quick google for 'memory-write-packet-size' brings up a number of references and some things I'm going to need to try with the newer versions of gdb.
-Bill On Fri, 22 Oct 2004 06:08:13 -0700 (PDT), Frederic Beaulieu wrote: >Is it possible to know where these command are >described, I didn't see it in "Debugging with gdb". >Thanks!!! >--- Bill Knight <bi...@rosw.com> wrote: >> The 'write' helps with download. >> The 'read' helps with 'watched' variables. >> >> set remote memory-write-packet-size 1024 >> set remote memory-write-packet-size fixed >> set remote memory-read-packet-size 1024 >> set remote memory-read-packet-size fixed >> >> Regards >> -Bill Knight >> R O SoftWare