summaryrefslogtreecommitdiff
path: root/gdb/solist.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2004-03-27 17:38:24 +0000
committerDaniel Jacobowitz <dan@debian.org>2004-03-27 17:38:24 +0000
commit30de4bfaafcc909cfe0e88cbe831601797340465 (patch)
tree9d78581927bcf98cb5d7875fb0e1a3c3227dcd26 /gdb/solist.h
parent416e591a8e4106d71dfe728912daace48d08ccd5 (diff)
downloadgdb-30de4bfaafcc909cfe0e88cbe831601797340465.tar.gz
Merge mainline to intercu branch.
Diffstat (limited to 'gdb/solist.h')
-rw-r--r--gdb/solist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index 8e5c4321855..7977c541fc1 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -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);