* gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
[deliverable/binutils-gdb.git] / gdb / solist.h
index 8e5c4321855ec2befe8c2580ee61eb510d1b0c5f..7977c541fc162a12c392414777c39d8873171418 100644 (file)
@@ -107,8 +107,12 @@ struct target_so_ops
     
   };
 
+/* Free the memory associated with a (so_list *).  */
 void free_so (struct so_list *so);
 
+/* Return address of first so_list entry in master shared object list.  */
+struct so_list *master_so_list (void);
+
 /* Find solib binary file and open it.  */
 extern int solib_open (char *in_pathname, char **found_pathname);
 
This page took 0.02625 seconds and 4 git commands to generate.