Fix backwards compatibility with old GDBservers (PR remote/22597)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index adb72ef846bc0376288c35d448cf43f0d4651c3c..4c629e548cc1729e3cf3dcaa8670ca31253f4efe 100644 (file)
@@ -1,3 +1,43 @@
+2018-01-11  Pedro Alves  <palves@redhat.com>
+
+       PR remote/22597
+       * remote.c (remote_parse_stop_reply): Default to the last-set
+       general thread instead of to 'magic_null_ptid'.
+
+2018-01-10  Pedro Alves  <palves@redhat.com>
+
+       * language.h (language_get_symbol_name_matcher): Rename ...
+       (get_symbol_name_matcher): ... this.
+       * language.c (language_get_symbol_name_matcher): Ditto.
+       * dictionary.c, linespec.c, minsyms.c, psymtab.c, symtab.c: All
+       callers adjusted.
+
+2018-01-10  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/22670
+       * dwarf2read.c
+       (gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher):
+       Adjust to use language_get_symbol_name_matcher instead of
+       language_defn::la_get_symbol_name_matcher.
+       * language.c (language_get_symbol_name_matcher): If in Ada mode
+       and the lookup name is a verbatim match, return Ada's matcher.
+       * language.h (language_get_symbol_name_matcher): Adjust comment.
+       (ada_lookup_name_info::verbatim_p):: New method.
+
+2018-01-10  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/22670
+       * ada-lang.c (ada_collect_symbol_completion_matches): If the
+       minsym's language is language_auto or language_cplus, pass down
+       language_ada instead.
+       * symtab.c (compare_symbol_name): Don't frob symbol language here.
+
+2018-01-10  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/22670
+       * minsyms.c (linkage_name_str): New function.
+       (iterate_over_minimal_symbols): Use it.
+
 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
 
        * NEWS: Document that 'info proc' now works on FreeBSD.
This page took 0.025379 seconds and 4 git commands to generate.