aboutsummaryrefslogtreecommitdiff
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
commite3b886f8c3d2a021351a7436fbffdc56be684cc1 (patch)
tree62a3649e42a8fd10d4da1ea94acecc7c374e1d41 /gdb/gdbserver/linux-low.h
parenta8111142cc46ecac5a27b59e59d09286aa7b7b35 (diff)
downloadgdb-e3b886f8c3d2a021351a7436fbffdc56be684cc1.zip
gdb-e3b886f8c3d2a021351a7436fbffdc56be684cc1.tar.gz
gdb-e3b886f8c3d2a021351a7436fbffdc56be684cc1.tar.bz2
* 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 78734e7..39a1d91 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. */