X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=a5c8942037498e81504df3d06f88666e31e54f46;hb=28cd9371e84144df3b9b8903770f71d39824f8f8;hp=27c310e755147a8e100a3476e8e153b8dc24fa9f;hpb=6d6231ed5822782b76a2aad268cc4891e4f91dfc;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27c310e755..a5c8942037 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2019-08-03 Philippe Waroquiers + + * symtab.c (filename_partial_match_opts): New struct type. + (struct output_source_filename_data): New members + regexp, c_regexp, partial_match. + (output_source_filename): Use new members to decide to print file. + (info_sources_option_defs): New variable. + (make_info_sources_options_def_group, print_info_sources_header, + info_sources_command_completer): + New functions. + (info_sources_command): Read new optional arguments. + (_initialize_symtab): Update info sources help. + 2019-08-02 Alexandre Oliva * ada-lang.c (exception_support_info_v0): Renamed from...