mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08: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:
@ -219,7 +219,7 @@ throw_exception (struct gdb_exception exception)
|
||||
immediate_quit = 0;
|
||||
|
||||
if (!ptid_equal (inferior_ptid, null_ptid))
|
||||
tp = find_thread_pid (inferior_ptid);
|
||||
tp = find_thread_ptid (inferior_ptid);
|
||||
|
||||
/* Perhaps it would be cleaner to do this via the cleanup chain (not sure
|
||||
I can think of a reason why that is vital, though). */
|
||||
|
Reference in New Issue
Block a user