aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2018-10-28 15:30:45 +0100
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2018-11-20 22:44:50 +0100
commit604c4ca9f33d13813312b2f127f6599a5c5de038 (patch)
tree089cc57cda59c87959bed08814d5edd555e5098b /gdb/NEWS
parent20813a0b7b0ccbeaa64aa83d92cd69e16a30cceb (diff)
downloadgdb-604c4ca9f33d13813312b2f127f6599a5c5de038.zip
gdb-604c4ca9f33d13813312b2f127f6599a5c5de038.tar.gz
gdb-604c4ca9f33d13813312b2f127f6599a5c5de038.tar.bz2
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'.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS9
1 files changed, 9 insertions, 0 deletions
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