[RFAv2 5/6] Announce changes in NEWS to info [args|functions|locals|variables]

Philippe Waroquiers philippe.waroquiers@skynet.be
Sun Aug 26 16:54:00 GMT 2018


Announce changes in NEWS to info [args|functions|locals|variables]

gdb/ChangeLog
2018-08-26  Philippe Waroquiers  <philippe.waroquiers@skynet.be>

        * NEWS: Mention changes to 'info [args|functions|locals|variables]'
---
 gdb/NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index a7a3674375..d2ff55db2c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -36,6 +36,15 @@ maint show dwarf unwinders
 
 * Changed commands
 
+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
-- 
2.18.0



More information about the Gdb-patches mailing list