gdb: Convert language la_language_arch_info field to a method
[deliverable/binutils-gdb.git] / gdb / solist.h
index 068aeba2f0ecaccf9b3edff436cff4f2b46c652b..0360d342ae8e3ca29f9a080c434e4ed59a565bee 100644 (file)
 #include "symtab.h"
 #include "gdb_bfd.h"
 
-#define ALL_SO_LIBS(so) \
-    for (so = so_list_head; \
-        so != NULL; \
-        so = so->next)
-
 /* Base class for target-specific link map information.  */
 
 struct lm_info_base
@@ -183,9 +178,6 @@ struct so_deleter
 /* A unique pointer to a so_list.  */
 typedef std::unique_ptr<so_list, so_deleter> so_list_up;
 
-/* Return address of first so_list entry in master shared object list.  */
-struct so_list *master_so_list (void);
-
 /* Find main executable binary file.  */
 extern gdb::unique_xmalloc_ptr<char> exec_file_find (const char *in_pathname,
                                                     int *fd);
This page took 0.023123 seconds and 4 git commands to generate.