forked from Imagelibrary/binutils-gdb
gdb:
Global renaming of find_thread_pid to find_thread_ptid. * gdbthread.h (find_thread_ptid): Renamed from find_thread_pid. * thread.c (find_thread_ptid): Renamed from find_thread_pid. All callers updated. gdbserver: Global renaming of find_thread_pid to find_thread_ptid. * server.h (find_thread_ptid): Renamed from find_thread_pid. * inferiors.c (find_thread_ptid): Renamed from find_thread_pid. All callers updated.
This commit is contained in:
@@ -229,7 +229,7 @@ extern int in_thread_list (ptid_t ptid);
|
||||
extern int valid_thread_id (int thread);
|
||||
|
||||
/* Search function to lookup a thread by 'pid'. */
|
||||
extern struct thread_info *find_thread_pid (ptid_t ptid);
|
||||
extern struct thread_info *find_thread_ptid (ptid_t ptid);
|
||||
|
||||
/* Find thread by GDB user-visible thread number. */
|
||||
struct thread_info *find_thread_id (int num);
|
||||
|
||||
Reference in New Issue
Block a user