Change iterate_over_symbols to return bool
[deliverable/binutils-gdb.git] / gdb / language.h
index 2a100b04917acd370c8e58c6572dd18b4fb66495..0088e5de2dd698ae050768f13dbf3f2bb11843fb 100644 (file)
@@ -407,7 +407,7 @@ struct language_defn
        This field may not be NULL.  If the language does not need any
        special processing here, 'iterate_over_symbols' should be
        used as the definition.  */
-    void (*la_iterate_over_symbols)
+    bool (*la_iterate_over_symbols)
       (const struct block *block, const lookup_name_info &name,
        domain_enum domain,
        gdb::function_view<symbol_found_callback_ftype> callback);
This page took 0.02453 seconds and 4 git commands to generate.