|
From: Spen <sp...@sp...> - 2008-09-24 16:54:23
|
> > One thing i have noticed with later versions of openocd is > that every > > time you step with gdb/insight a message is sent to the > console window. > > it is worse in insight because the console window will be shown on > > every step. > > Fixed. > > > also just noticed that we get the following after issuing a gdb > > 'monitor help' > > Warning:BUG: keep_alive() was not invoked in the 1000ms > timelimit. GDB > > alive packet not sent! (2032) also had a quick look but i think all > > this help stuff is tcl now - so unsure how all this works now. > > Tcl was not involved. The fix was to reset the timeout value > upon sending a packet. Committed. > that's better - many thanks Spen |