NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.
[binutils-gdb.git] / gdb / ChangeLog
index 067fb3db17afdbd93f03de40b69c61f9cf9d8919..fd9c1681f6d7d778f8211e64def388f86feb0423 100644 (file)
@@ -1,3 +1,24 @@
+2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * NEWS: Document the language choice done by
+       'info [types|functions|variables]|rbreak'.
+
+2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * symtab.c (treg_matches_sym_type_name): Use
+       scoped_switch_to_sym_language_if_auto instead of local logic.
+       (print_symbol_info): Use scoped_switch_to_sym_language_if_auto
+       to switch to SYM language when language mode is auto.
+
+2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * language.h (scoped_switch_to_sym_language_if_auto): New class.
+
+2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * symtab.c (search_symbols): Properly check absence of type regexp
+       before entering the loop scanning the minimal symbols.
+
 2018-11-20  John Darrington  <john@darrington.wattle.id.au>
 
        * s12z-tdep.c (s12z_extract_return_value): New function.