* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / corelow.c
index 90196b93ae4c8670613ea9356185fceffe059c83..0d6fb81ff86b390651da8c0d313e906c75f54b98 100644 (file)
@@ -1,5 +1,5 @@
 /* Core dump and executable file functions below target vector, for GDB.
-   Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994
+   Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995
    Free Software Foundation, Inc.
 
 This file is part of GDB.
@@ -38,6 +38,10 @@ static void core_files_info PARAMS ((struct target_ops *));
 static int solib_add_stub PARAMS ((char *));
 #endif
 
+static void core_open PARAMS ((char *, int));
+
+static void core_detach PARAMS ((char *, int));
+
 static void core_close PARAMS ((int));
 
 static void get_core_registers PARAMS ((int));
@@ -114,7 +118,7 @@ add_to_thread_list (abfd, asect, reg_sect_arg)
 
 /* This routine opens and sets up the core file bfd.  */
 
-void
+static void
 core_open (filename, from_tty)
      char *filename;
      int from_tty;
@@ -228,7 +232,7 @@ your %s; do ``info files''", target_longname);
     }
 }
 
-void
+static void
 core_detach (args, from_tty)
      char *args;
      int from_tty;
@@ -355,6 +359,7 @@ struct target_ops core_ops = {
   0,                           /* to_mourn_inferior */
   0,                           /* to_can_run */
   0,                           /* to_notice_signals */
+  0,                           /* to_thread_alive */
   0,                           /* to_stop */
   core_stratum,                        /* to_stratum */
   0,                           /* to_next */
This page took 0.023608 seconds and 4 git commands to generate.