On Thu, Jul 11, 2002 at 06:43:43PM -0500, Grant Edwards wrote: > > I've noticed that gdb uses all the CPU it can get while the > > target is running (e.g. busy-waiting 'till target stops). > > Here's a patch that fixes it. Here's a new version of the patch that does the sleep unconditionally and uses select() instead of usleep(). -- Grant Edwards grante@visi.com