Require always-non-stop for multi-target resumptions
[deliverable/binutils-gdb.git] / gdb / target-connection.c
index 35c786bc1c69d4381c0553bcd9775e478c0fa1fc..c8c63ab375e26dae85449f932e5f8952df3574e7 100644 (file)
@@ -53,12 +53,9 @@ connection_list_remove (process_stratum_target *t)
   t->connection_number = 0;
 }
 
-/* Make a target connection string for T.  This is usually T's
-   shortname, but it includes the result of
-   process_stratum_target::connection_string() too if T supports
-   it.  */
+/* See target-connection.h.  */
 
-static std::string
+std::string
 make_target_connection_string (process_stratum_target *t)
 {
   if (t->connection_string () != NULL)
This page took 0.025317 seconds and 4 git commands to generate.