diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2018-07-01 23:02:41 +0200 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2018-10-27 13:54:08 +0200 |
commit | e0a7911fa24e838e3e11481903dbe9c3970306d0 (patch) | |
tree | 8a70ab406b459b81c0581b0f59f02223d716c930 | |
parent | d321477b39b44f2b55834ceae7911563d9f5db15 (diff) | |
download | binutils-e0a7911fa24e838e3e11481903dbe9c3970306d0.zip binutils-e0a7911fa24e838e3e11481903dbe9c3970306d0.tar.gz binutils-e0a7911fa24e838e3e11481903dbe9c3970306d0.tar.bz2 |
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 <philippe.waroquiers@skynet.be>
* NEWS: Mention changes to 'info [args|functions|locals|variables]'
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d105e74..e949135 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> + * NEWS: Mention changes to 'info [args|functions|locals|variables]' + +2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> + * stack.c (print_variable_and_value_data): Add preg and treg. (print_frame_local_vars): Add quiet, regexp and t_regexp arguments, and update callers. @@ -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 |