summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/thread-db.c
diff options
context:
space:
mode:
authorqiyao <qiyao>2011-05-26 15:49:25 +0000
committerqiyao <qiyao>2011-05-26 15:49:25 +0000
commit3a14bd1a68ad05c598d0cb126495b3c0a6e244a4 (patch)
treed867fc09f45726e2383a119d014f0cf288af4153 /gdb/gdbserver/thread-db.c
parentae14b143a9445ee7a9c86b4d4bd55fd7bdfcd8f5 (diff)
downloadgdb-3a14bd1a68ad05c598d0cb126495b3c0a6e244a4.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/thread-db.c b/gdb/gdbserver/thread-db.c
index 515dff2f2c3..9bedd8973c7 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>