gdb/remote: do not check for null_ptid in stop reply
[deliverable/binutils-gdb.git] / gdb / remote.c
index 72f1728ecbc4434e1c6e134c8a7a84ac1b2589fb..bfbc0bc21d34e7faf830a53c2b712ed6f6ea64ad 100644 (file)
@@ -7561,9 +7561,6 @@ Packet: '%s'\n"),
       event->ptid = minus_one_ptid;
       break;
     }
-
-  if (target_is_non_stop_p () && event->ptid == null_ptid)
-    error (_("No process or thread specified in stop reply: %s"), buf);
 }
 
 /* When the stub wants to tell GDB about a new notification reply, it
This page took 0.024779 seconds and 4 git commands to generate.