Re: [Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used

2009-06-03 Thread David Brownell
On Saturday 30 May 2009, Øyvind Harboe wrote: > OpenOCD is currently single threaded so sending keep alive messages > is tedious... pthreads is a new can of works entirely, but perhaps it > *would* be a good idea introduce some multithreaded capabilities in > OpenOCD? I'd think that's a technicall

Re: [Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used

2009-05-30 Thread Øyvind Harboe
This looks good to me. I'm not sure what a good long term solution might be. A requirement/goal of OpenOCD is that it should "just work" with the default settings when using "monitor" commands w/GDB. Really this warning is a reminder to OpenOCD developers to fix the code so "monitor XXX" commands

Re: [Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used

2009-05-27 Thread Richard Grot
, 2009 6:38 PM To: Nicolas Pitre Cc: openocd-development@lists.berlios.de Subject: Re: [Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used On Wednesday 27 May 2009, Nicolas Pitre wrote: > > > > > I see messages about needing to increase some GDB timeout

Re: [Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used

2009-05-27 Thread David Brownell
On Wednesday 27 May 2009, Nicolas Pitre wrote: > > > > > I see messages about needing to increase some GDB timeout/interval.  But > > > > that's foolishness, since I'm not even working with GDB when they start > > > > spamming me. > > > > > > This is indeed really irritating. > > > > > > What ab

Re: [Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used

2009-05-27 Thread Rick Altherr
On May 27, 2009, at 1:16 PM, Nicolas Pitre wrote: On Mon, 25 May 2009, David Brownell wrote: On Monday 25 May 2009, Nicolas Pitre wrote: On Sat, 23 May 2009, David Brownell wrote: I see messages about needing to increase some GDB timeout/ interval. But that's foolishness, since I'm not ev

[Openocd-development] [PATCH] shut up GDB debugging when no GDB connections are used

2009-05-27 Thread Nicolas Pitre
On Mon, 25 May 2009, David Brownell wrote: > On Monday 25 May 2009, Nicolas Pitre wrote: > > On Sat, 23 May 2009, David Brownell wrote: > > > > > I see messages about needing to increase some GDB timeout/interval. But > > > that's foolishness, since I'm not even working with GDB when they start