NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 28 Oct 2018 14:30:45 +0000 (15:30 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 20 Nov 2018 21:44:50 +0000 (22:44 +0100)
gdb/ChangeLog
2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>

* NEWS: Document the language choice done by
'info [types|functions|variables]|rbreak'.

gdb/ChangeLog
gdb/NEWS

index e82799a7d2929aa0e8366512d79be040540ca777..fd9c1681f6d7d778f8211e64def388f86feb0423 100644 (file)
@@ -1,3 +1,8 @@
+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
index ff9b192a38472fb3edf94e4b2f52377b76ec005d..ef037dee4a232d94d3604a7bfcd3c165dfbc263f 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -96,6 +96,15 @@ info variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]
   on the entity names or entity types.  The flag -q disables
   printing headers or informations messages.
 
+info functions
+info types
+info variables
+rbreak
+  These commands now determine the syntax for the shown entities
+  according to the language chosen by `set language'.  In particular,
+  `set language auto' means to automatically choose the language of
+  the shown entities.
+
 thread apply [all | COUNT | -COUNT] [FLAG]... COMMAND
   The 'thread apply' command accepts new FLAG arguments.
   FLAG arguments allow to control what output to produce and how to handle