gdb/infrun: add reason parameter to stop_all_threads
[deliverable/binutils-gdb.git] / gdb / remote.c
index aff52167edea77fdc84d7d6e1e817901b8ceb7ef..61487456ce8b2f107467a750aa67cc4870834f72 100644 (file)
@@ -4595,7 +4595,7 @@ remote_target::process_initial_stop_replies (int from_tty)
      the inferiors.  */
   if (!non_stop)
     {
-      stop_all_threads ();
+      stop_all_threads ("remote connect in all-stop");
 
       /* If all threads of an inferior were already stopped, we
         haven't setup the inferior yet.  */
This page took 0.025333 seconds and 4 git commands to generate.