Share fork_inferior et al with gdbserver
[deliverable/binutils-gdb.git] / gdb / corefile.c
index 54cb789d797566af5c02f2f367bb2474b3d3c491..33eb4d1c46fa135d4a64e5ec22972ffab21f0f77 100644 (file)
@@ -170,9 +170,7 @@ validate_files (void)
     }
 }
 
-/* Return the name of the executable file as a string.
-   ERR nonzero means get error if there is none specified;
-   otherwise return 0 in that case.  */
+/* See common/common-inferior.h.  */
 
 char *
 get_exec_file (int err)
@@ -509,7 +507,7 @@ complete_set_gnutarget (struct cmd_list_element *cmd,
 
 /* Set the gnutarget.  */
 void
-set_gnutarget (char *newtarget)
+set_gnutarget (const char *newtarget)
 {
   if (gnutarget_string != NULL)
     xfree (gnutarget_string);
This page took 0.026267 seconds and 4 git commands to generate.