From e09875d41026beb03eae1a65510ca40ed3a5d6c1 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 24 May 2009 21:06:53 +0000 Subject: 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. --- gdb/infcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infcall.c') diff --git a/gdb/infcall.c b/gdb/infcall.c index 898e575..0dfd4ed 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -350,7 +350,7 @@ run_inferior_call (struct thread_info *call_thread, CORE_ADDR real_pc) /* At this point the current thread may have changed. Refresh CALL_THREAD as it could be invalid if its thread has exited. */ - call_thread = find_thread_pid (call_thread_ptid); + call_thread = find_thread_ptid (call_thread_ptid); /* Don't restore the async mask if the target has changed, saved_async is for the original target. */ -- cgit v1.1