aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2014-01-22 16:39:29 -0800
committerDoug Evans <dje@google.com>2014-01-22 16:42:07 -0800
commitf5a027733231f3af637a0cdcc0aaaa8c7870902d (patch)
tree6ed6aea6159bd6a2147d3b3d51cced99d766220f /gdb/gdbserver
parent3d426a9e38bf2806468f6983f307610ad8548342 (diff)
downloadfsf-binutils-gdb-f5a027733231f3af637a0cdcc0aaaa8c7870902d.zip
fsf-binutils-gdb-f5a027733231f3af637a0cdcc0aaaa8c7870902d.tar.gz
fsf-binutils-gdb-f5a027733231f3af637a0cdcc0aaaa8c7870902d.tar.bz2
* gdbthread.h (gdb_id_to_thread): Delete, unused.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/gdbthread.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index e6b3255..2e53986 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,9 @@
2014-01-22 Doug Evans <dje@google.com>
+ * gdbthread.h (gdb_id_to_thread): Delete, unused.
+
+2014-01-22 Doug Evans <dje@google.com>
+
* configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
* configure: Regenerate.
* config.in: Regenerate.
diff --git a/gdb/gdbserver/gdbthread.h b/gdb/gdbserver/gdbthread.h
index a190566..a1d9ca8 100644
--- a/gdb/gdbserver/gdbthread.h
+++ b/gdb/gdbserver/gdbthread.h
@@ -74,8 +74,8 @@ void remove_thread (struct thread_info *thread);
void add_thread (ptid_t ptid, void *target_data);
struct thread_info *find_thread_ptid (ptid_t ptid);
-struct thread_info *gdb_id_to_thread (unsigned int);
/* Get current thread ID (Linux task ID). */
#define current_ptid ((struct inferior_list_entry *) current_inferior)->id
+
#endif /* GDB_THREAD_H */