From: Philippe Waroquiers Date: Sun, 28 Oct 2018 14:30:45 +0000 (+0100) Subject: NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=604c4ca9f33d13813312b2f127f6599a5c5de038;p=binutils-gdb.git NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'. gdb/ChangeLog 2018-11-20 Philippe Waroquiers * NEWS: Document the language choice done by 'info [types|functions|variables]|rbreak'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e82799a7d29..fd9c1681f6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-11-20 Philippe Waroquiers + + * NEWS: Document the language choice done by + 'info [types|functions|variables]|rbreak'. + 2018-11-20 Philippe Waroquiers * symtab.c (treg_matches_sym_type_name): Use diff --git a/gdb/NEWS b/gdb/NEWS index ff9b192a384..ef037dee4a2 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