mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* linux-low.h (struct process_info): Delete member tid, unused.
* thread-db.c (find_one_thread): Update. (maybe_attach_thread): Update.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user