Move fallback thread_db.h to a separate file.
authorPedro Alves <palves@redhat.com>
Tue, 16 Apr 2013 18:14:55 +0000 (18:14 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 16 Apr 2013 18:14:55 +0000 (18:14 +0000)
commite115499952a0cf7f9d393098a4a9e97acf478837
tree1061d6f406c7f1f2e4ffcc6dfa3df8a4bee0ea32
parente3b50a7f9484bed4bee60c29166ee554f33a5aa2
Move fallback thread_db.h to a separate file.

Having this on a separate file makes it easier to import a new version
-- one can just copy over instead of having to care about preserving
the GDB-specific bits.

2013-04-16  Pedro Alves  <palves@redhat.com>

* common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
* common/glibc_thread_db.h: ... this new file ...
* common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
gdb/ChangeLog
gdb/common/gdb_thread_db.h
gdb/common/glibc_thread_db.h [new file with mode: 0644]