]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/infcmd.c
* breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
[thirdparty/binutils-gdb.git] / gdb / infcmd.c
index ec83e3422fc3190a1377ae063a33d9d24547ad95..fcb0f911f2e8db1df98efcbc0dc8ad1fe6d5b6e9 100644 (file)
@@ -2220,8 +2220,9 @@ attach_command (char *args, int from_tty)
 
   dont_repeat ();              /* Not for the faint of heart */
 
-  if (target_supports_multi_process ())
-    /* Don't complain if we can be attached to multiple processes.  */
+  if (gdbarch_has_global_solist (target_gdbarch))
+    /* Don't complain if all processes share the same symbol
+       space.  */
     ;
   else if (target_has_execution)
     {