Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] thread_db.h issues.
@ 2013-04-17  0:32 Pedro Alves
  2013-04-17  0:55 ` [PATCH 1/6] PR build/11881: LIBTHREAD_DB_SO can be undefined Pedro Alves
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Pedro Alves @ 2013-04-17  0:32 UTC (permalink / raw)
  To: gdb-patches

A user on IRC stumbled on PR build/11881, and confirmed the patch
attached to the PR still fixes the issue on the GDB side.  GDBserver
remained broken though.  Setting out to apply the PR11881 patch, I
ended up fixing the GDBserver issues too.

Tested on x86_64 Fedora 17 with and without system thread_db.h.

I find the series sufficiently obvious that I went ahead and applied
it.

---

Pedro Alves (6):
      PR build/11881: LIBTHREAD_DB_SO can be undefined.
      Move glibc's fallback thread_db.h to a separate file.
      Update glibc_thread_db.h from upstream.
      copyright.py: Don't update glibc_thread_db.h.
      Fix remaining GDBserver issues with !HAVE_THREAD_DB_H.
      Only define 'struct lwp_info'::thread_known if using libthread-db.


 gdb/common/gdb_thread_db.h   |  445 -----------------------------------------
 gdb/common/glibc_thread_db.h |  458 ++++++++++++++++++++++++++++++++++++++++++
 gdb/copyright.py             |    1 
 gdb/gdbserver/Makefile.in    |    8 -
 gdb/gdbserver/linux-low.h    |    6 -
 5 files changed, 466 insertions(+), 452 deletions(-)
 create mode 100644 gdb/common/glibc_thread_db.h

-- 
Pedro Alves


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-04-17 10:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17  0:32 [PATCH 0/6] thread_db.h issues Pedro Alves
2013-04-17  0:55 ` [PATCH 1/6] PR build/11881: LIBTHREAD_DB_SO can be undefined Pedro Alves
2013-04-17  1:04 ` [PATCH 2/6] Move glibc's fallback thread_db.h to a separate file Pedro Alves
2013-04-17  1:58 ` [PATCH 3/6] Update glibc_thread_db.h from upstream Pedro Alves
2013-04-17  2:42 ` [PATCH 4/6] copyright.py: Don't update glibc_thread_db.h Pedro Alves
2013-04-17  2:54 ` [PATCH 5/6] Fix remaining GDBserver issues with !HAVE_THREAD_DB_H Pedro Alves
2013-04-17  4:56   ` Tom Tromey
2013-04-17 15:54     ` Use AC_DEFINE for USE_THREAD_DB (was: Re: [PATCH 5/6] Fix remaining GDBserver issues with !HAVE_THREAD_DB_H.) Pedro Alves
2013-04-17  2:54 ` [PATCH 6/6] Only define 'struct lwp_info'::thread_known if using libthread-db Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox