Hallo! On Wed, 29 Jun 2011 19:14:02 +0200, Svante Signell wrote: > Here is an attempt to create a complete patch for gdb to make it run > successfully on GNU/Hurd. > > Problem description: > When starting gdb the following output is written: > Can't fetch registers from thread bogus thread id 1: No such thread > > This makes gdb completely unusable for debugging purposes without this > patch. > > Patch size: Small change > > ChangeLog: > gdb/ > 2011-06-29 Svante Signell > > * gnu_nat.c: Activate prune_threads() for Hurd > * thread.c: Make prune_threads() visible outside current scope. > * gdbthread.h: Declare prune_threads() > * Fix PR gdb/12222 At the time I had originally written this patch, I rather considered it to be a hack than a proper fix -- I just needed a functional GDB on GNU/Hurd back then. I think that update_thread_list (which already is exported) should rather be invoked instead of additionally exporting prune_threads. But -- I can no longer reproduce the original problem with GDB HEAD. Can you? Grüße, Thomas