From: Philippe Waroquiers Date: Sun, 1 Jul 2018 21:02:41 +0000 (+0200) Subject: Announce changes in NEWS to info [args|functions|locals|variables] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0a7911fa24e838e3e11481903dbe9c3970306d0;p=binutils-gdb.git Announce changes in NEWS to info [args|functions|locals|variables] Announce changes in NEWS to info [args|functions|locals|variables] gdb/ChangeLog 2018-10-27 Philippe Waroquiers * NEWS: Mention changes to 'info [args|functions|locals|variables]' --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d105e74dc51..e9491358faa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-10-27 Philippe Waroquiers + + * NEWS: Mention changes to 'info [args|functions|locals|variables]' + 2018-10-27 Philippe Waroquiers * stack.c (print_variable_and_value_data): Add preg and treg. diff --git a/gdb/NEWS b/gdb/NEWS index 6b00cd8f9f0..7fe588dabb5 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -86,6 +86,15 @@ target extended-remote FILENAME If FILENAME is a Unix domain socket, GDB will attempt to connect to this socket instead of opening FILENAME as a character device. +info args [-q] [-t TYPEREGEXP] [NAMEREGEXP] +info functions [-q] [-t TYPEREGEXP] [NAMEREGEXP] +info locals [-q] [-t TYPEREGEXP] [NAMEREGEXP] +info variables [-q] [-t TYPEREGEXP] [NAMEREGEXP] + These commands can now print only the searched entities + matching the provided regexp(s), giving a condition + on the entity names or entity types. The flag -q disables + printing headers or informations messages. + 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