gdb/
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 8e837415ee21972f507fc0e0f052e65af476276b..ba68d4a8057e6f5bc0435e6fb1cf859fbc52efdc 100644 (file)
@@ -182,7 +182,9 @@ struct quick_symbol_functions
      indicates what sort of symbol to search for.
 
      Returns the newly-expanded symbol table in which the symbol is
-     defined, or NULL if no such symbol table exists.  */
+     defined, or NULL if no such symbol table exists.  If OBJFILE
+     contains !TYPE_OPAQUE symbol prefer its symtab.  If it contains
+     only TYPE_OPAQUE symbol(s), return at least that symtab.  */
   struct symtab *(*lookup_symbol) (struct objfile *objfile,
                                   int kind, const char *name,
                                   domain_enum domain);
This page took 0.029497 seconds and 4 git commands to generate.