diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 8343058..c72060f 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -6075,7 +6075,7 @@ remote_target::append_pending_thread_resumptions (char *p, char *endp, struct thread_info *thread; ALL_NON_EXITED_THREADS (thread) - if (ptid_match (thread->ptid, ptid) + if (thread->ptid.matches (ptid) && !ptid_equal (inferior_ptid, thread->ptid) && thread->suspend.stop_signal != GDB_SIGNAL_0) { |