diff options
author | Yao Qi <yao@codesourcery.com> | 2011-05-26 15:49:26 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-05-26 15:49:26 +0000 |
commit | 6938fd346aa1288a347422e96a6bc50f2673a51f (patch) | |
tree | 62ad86915825a8abf1081f298b323c0ab635e1f4 /gdb/gdbserver/thread-db.c | |
parent | 9da8c2a0faa07d6b876397bdb3e87509897c68cd (diff) | |
download | gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.zip gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.tar.gz gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.tar.bz2 |
2011-05-26 Yao Qi <yao@codesourcery.com>
gdb/
* gdb_thread_db.h: Delete. Move to ...
* common/gdb_thread_db.h: ... here.
gdb/gdbserver/
* Makefile.in (thread-db.o): Track dependence to
common/gdb_thread_db.h.
* thread-db.c: include gdb_thread_db.h from right place.
Diffstat (limited to 'gdb/gdbserver/thread-db.c')
-rw-r--r-- | gdb/gdbserver/thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/thread-db.c b/gdb/gdbserver/thread-db.c index 515dff2..9bedd89 100644 --- a/gdb/gdbserver/thread-db.c +++ b/gdb/gdbserver/thread-db.c @@ -28,7 +28,7 @@ extern int debug_threads; static int thread_db_use_events; #include "gdb_proc_service.h" -#include "../gdb_thread_db.h" +#include "gdb_thread_db.h" #ifndef USE_LIBTHREAD_DB_DIRECTLY #include <dlfcn.h> |