Remove ptid_match
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 41322c6575fc516ecb6d21828fc4b2a62f1375a0..c9c70fb1aa69b6cfad61fe6643f8f803163d485e 100644 (file)
@@ -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
This page took 0.024583 seconds and 4 git commands to generate.