diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 41322c6..c9c70fb 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1351,7 +1351,7 @@ signal_command (const char *signum_exp, int from_tty) { if (ptid_equal (tp->ptid, inferior_ptid)) continue; - if (!ptid_match (tp->ptid, resume_ptid)) + if (!tp->ptid.matches (resume_ptid)) continue; if (tp->suspend.stop_signal != GDB_SIGNAL_0 |