On Wed, Nov 26, 2003 at 05:17:44PM +0100, Matthias Weingart wrote: > On Wed, Nov 26, 2003 at 10:24:34PM +0800, Steve Underwood wrote: > > Hi Matthias, > > > > The code from TI has been getting slower, but I haven't investigated the > > reason. Big speedups are in the pipeline, though. Using GDB6.0 speeds > > things up a lot, as it does reasonable sized writes. The current GDB > > 5.1.1 sometimes does reasonable sized write (300+ bytes per chunk), but > > keeps switching to tiny chunks (30 odd bytes) for no obvious reason. > > Buffering in gdbproxy is also in progress (when I get time!) > > I have investigated further. All versions are using 37 bytes/write, but the > old one does not update the GDB-progress bar. It seems that the feedback to > gdb will slow down the process, maybe you can disable that feedback (or > callback)?
Forget it, I was wrong... Matthias