diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33e0dff..d97b9c4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2015-01-31 Gary Benson <gbenson@redhat.com> + + * symfile.h (expand_symtabs_exp_notify_ftype): New typedef. + (struct quick_symbol_functions) <expand_symtabs_matching>: + New argument expansion_notify. All uses updated. + (expand_symtabs_matching): New argument expansion_notify. + All uses updated. + * symfile-debug.c (debug_qf_expand_symtabs_matching): + Also print expansion notify. + * symtab.c (expand_symtabs_matching_via_partial): Call + expansion_notify whenever a partial symbol table is expanded. + * dwarf2read.c (dw2_expand_symtabs_matching): Call + expansion_notify whenever a symbol table is instantiated. + 2015-01-31 Doug Evans <xdje42@gmail.com> * cli-out.c: #include completer.h, readline/readline.h. |