diff options
Diffstat (limited to 'gdb/minsyms.h')
-rw-r--r-- | gdb/minsyms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/minsyms.h b/gdb/minsyms.h index a2b7ddd..29d8283 100644 --- a/gdb/minsyms.h +++ b/gdb/minsyms.h @@ -269,7 +269,7 @@ struct bound_minimal_symbol lookup_minimal_symbol_by_pc (CORE_ADDR); void iterate_over_minimal_symbols (struct objfile *objf, const lookup_name_info &name, - gdb::function_view<void (struct minimal_symbol *)> callback); + gdb::function_view<bool (struct minimal_symbol *)> callback); /* Compute the upper bound of MINSYM. The upper bound is the last address thought to be part of the symbol. If the symbol has a |