gdb
[deliverable/binutils-gdb.git] / gdb / solib.h
index c473d85578a15a7a9e799240466b8fb4889738b0..2c7f4d9256ddda931281c309d6caf40f0f3bc9eb 100644 (file)
@@ -1,7 +1,7 @@
 /* Shared library declarations for GDB, the GNU Debugger.
    
-   Copyright (C) 1992, 1993, 1995, 1998, 1999, 2000, 2001, 2003, 2005, 2007,
-   2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1992-1993, 1995, 1998-2001, 2003, 2005, 2007-2012 Free
+   Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -78,4 +78,17 @@ extern void set_solib_ops (struct gdbarch *gdbarch,
 
 extern int libpthread_name_p (const char *name);
 
+/* Look up symbol from both symbol table and dynamic string table.  */
+
+extern CORE_ADDR gdb_bfd_lookup_symbol (bfd *abfd,
+                                       int (*match_sym) (asymbol *, void *),
+                                       void *data);
+
+/* Look up symbol from symbol table.  */
+
+extern CORE_ADDR bfd_lookup_symbol_from_symtab (bfd *abfd,
+                                               int (*match_sym) (asymbol *,
+                                                                 void *),
+                                               void *data);
+
 #endif /* SOLIB_H */
This page took 0.025738 seconds and 4 git commands to generate.