mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
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:
@@ -1156,7 +1156,7 @@ handle_query (char *own_buf, int packet_len, int *new_packet_len_p)
|
||||
err = 1;
|
||||
else
|
||||
{
|
||||
struct thread_info *thread = find_thread_pid (ptid);
|
||||
struct thread_info *thread = find_thread_ptid (ptid);
|
||||
|
||||
if (thread == NULL)
|
||||
err = 2;
|
||||
|
||||
Reference in New Issue
Block a user