gdb/
[deliverable/binutils-gdb.git] / gdb / symtab.h
index ef8cade3a2efc2eec5e9c934c8ee404f25248ebf..37ce3f4d6124c6e96fd73fdd6ab2a6b727323eae 100644 (file)
@@ -1183,6 +1183,9 @@ struct minimal_symbol *lookup_minimal_symbol_solib_trampoline (const char *,
                                                               struct objfile
                                                               *);
 
+extern struct minimal_symbol *lookup_minimal_symbol_by_pc_name
+                               (CORE_ADDR, const char *, struct objfile *);
+
 extern struct minimal_symbol *lookup_minimal_symbol_by_pc (CORE_ADDR);
 
 extern struct minimal_symbol *lookup_minimal_symbol_by_pc_section (CORE_ADDR,
This page took 0.02443 seconds and 4 git commands to generate.