summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-12-09 18:52:20 +0000
committerDoug Evans <dje@google.com>2008-12-09 18:52:20 +0000
commit6641e3e244876f0f1e93f32e2bd4b5e274e057d5 (patch)
tree7203340d491c4b6a23aa6d9e88b583e6ba072367 /gdb/gdbserver/linux-low.h
parent0b104d2741b7f42029e74984b7a3ae8ef97cfebb (diff)
downloadgdb-6641e3e244876f0f1e93f32e2bd4b5e274e057d5.tar.gz
* linux-low.h (struct process_info): Delete member tid, unused.
* thread-db.c (find_one_thread): Update. (maybe_attach_thread): Update.
Diffstat (limited to 'gdb/gdbserver/linux-low.h')
-rw-r--r--gdb/gdbserver/linux-low.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-low.h b/gdb/gdbserver/linux-low.h
index 78734e76b69..39a1d91ae1e 100644
--- a/gdb/gdbserver/linux-low.h
+++ b/gdb/gdbserver/linux-low.h
@@ -130,7 +130,6 @@ struct process_info
struct thread_resume *resume;
int thread_known;
- unsigned long tid;
#ifdef HAVE_THREAD_DB_H
/* The thread handle, used for e.g. TLS access. Only valid if
THREAD_KNOWN is set. */