This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=604c4ca9f33d13813312b2f127f6599a5c5de038

commit 604c4ca9f33d13813312b2f127f6599a5c5de038
Author: Philippe Waroquiers <philippe.waroquiers@skynet.be>
Date:   Sun Oct 28 15:30:45 2018 +0100

    NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.
    
    gdb/ChangeLog
    2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
    
    	* NEWS: Document the language choice done by
    	'info [types|functions|variables]|rbreak'.

Diff:
---
 gdb/ChangeLog | 5 +++++
 gdb/NEWS      | 9 +++++++++
 2 files changed, 14 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e82799a..fd9c168 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
 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
diff --git a/gdb/NEWS b/gdb/NEWS
index ff9b192..ef037de 100644
--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]