diff options
Diffstat (limited to 'gdb/quick-symbol.h')
-rw-r--r-- | gdb/quick-symbol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/quick-symbol.h b/gdb/quick-symbol.h index 7af0aeb..5eb7c84 100644 --- a/gdb/quick-symbol.h +++ b/gdb/quick-symbol.h @@ -167,6 +167,8 @@ struct quick_symbol_functions If the symbol name does not match LOOKUP_NAME, the symbol is skipped. If SYMBOL_MATCHER returns false, then the symbol is skipped. + Note that if SYMBOL_MATCHER is non-NULL, then LOOKUP_NAME must + also be provided. Otherwise, the symbol's symbol table is expanded and the notification function is called. If the notification function |