* ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
[deliverable/binutils-gdb.git] / gdb / language.h
index b24caec4d7c23890a39f2581a0f920beca60db44..b191b364f199fdb1cdc3e5540be0827f49157e2b 100644 (file)
@@ -326,9 +326,9 @@ struct language_defn
     /* Find all symbols in the current program space matching NAME in
        DOMAIN, according to this language's rules.
 
-       The search starts with BLOCK.  This function iterates upward
-       through blocks.  When the outermost block has been finished,
-       the function returns.
+       The search is done in BLOCK only.
+       The caller is responsible for iterating up through superblocks
+       if desired.
 
        For each one, call CALLBACK with the symbol and the DATA
        argument.  If CALLBACK returns zero, the iteration ends at that
This page took 0.02497 seconds and 4 git commands to generate.