* readelf.c (dynamic_info): Correct size of array.
[deliverable/binutils-gdb.git] / gdb / solib.h
index b4b770e2ac38dbd9502de601ff1844532ede319a..fee8d1c4434bbe395405066c8faa10e535c52122 100644 (file)
@@ -25,6 +25,7 @@
 struct so_list;
 struct target_ops;
 struct target_so_ops;
+struct program_space;
 
 /* Called when we free all symtabs, to free the shared library information
    as well. */
@@ -45,7 +46,7 @@ extern void solib_create_inferior_hook (void);
 
 /* If ADDR lies in a shared library, return its name.  */
 
-extern char *solib_name_from_address (CORE_ADDR);
+extern char *solib_name_from_address (struct program_space *, CORE_ADDR);
 
 /* Return 1 if ADDR lies within SOLIB.  */
 
@@ -65,4 +66,8 @@ extern void no_shared_libraries (char *ignored, int from_tty);
 extern void set_solib_ops (struct gdbarch *gdbarch,
                           struct target_so_ops *new_ops);
 
+/* Return non-zero if NAME is the libpthread shared library.  */
+
+extern int libpthread_name_p (const char *name);
+
 #endif /* SOLIB_H */
This page took 0.024888 seconds and 4 git commands to generate.