ld -plugin options when plugins are disabled
[deliverable/binutils-gdb.git] / gdb / target-connection.c
index 35c786bc1c69d4381c0553bcd9775e478c0fa1fc..bd54d005bef6b07b80640b9200b0dc0f113efe5d 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)
@@ -152,6 +149,8 @@ info_connections_command (const char *args, int from_tty)
   print_connection (current_uiout, args);
 }
 
+void _initialize_target_connection ();
+
 void
 _initialize_target_connection ()
 {
This page took 0.023855 seconds and 4 git commands to generate.