X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=56536c459ee559d4abe37523a749ea7bf57af9e1;hb=470c0b1c9a1d69e3c4f9281600399b1dadd40614;hp=6c6c000f7b5ec1119be3a6c5edb5d4373b4cbec1;hpb=7f3bf38453acbabf7286dd7f8ce2688282e7b9cd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c6c000f7b..56536c459e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +2019-11-27 Andrew Burgess + + * python/python.c (gdbpy_rbreak): Convert to using + global_symbol_searcher. + * symtab.c (file_matches): Convert return type to bool, change + file list to std::vector, update header comment. + (search_symbols): Rename to... + (global_symbol_searcher::search): ...this and update now its + a member function of global_symbol_searcher. Take account of the + changes to file_matches. + (symtab_symbol_info): Convert to using global_symbol_searcher. + (rbreak_command): Likewise. + (search_module_symbols): Likewise. + * symtab.h (enum symbol_search): Update comment. + (search_symbols): Remove declaration. + (class global_symbol_searcher): New class. + 2019-11-26 Tom Tromey * cp-support.c (_initialize_cp_support): Conditionally initialize