expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.
[deliverable/binutils-gdb.git] / gdb / symtab.h
index d78b832cf9d6be33123239ad3f3ec68b5cdfbc49..d69fbcfc32000e180c939ee6b8fe251b4cc02322 100644 (file)
@@ -1163,10 +1163,9 @@ extern int find_pc_partial_function (CORE_ADDR, const char **, CORE_ADDR *,
 
 extern void clear_pc_function_cache (void);
 
-/* lookup partial symbol table by address and section.  */
+/* Expand symtab containing PC, SECTION if not already expanded.  */
 
-extern struct symtab *find_pc_sect_symtab_via_partial (CORE_ADDR,
-                                                      struct obj_section *);
+extern void expand_symtab_containing_pc (CORE_ADDR, struct obj_section *);
 
 /* lookup full symbol table by address.  */
 
This page took 0.034256 seconds and 4 git commands to generate.