mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
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]'
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||||
|
|
||||||
* stack.c (print_variable_and_value_data): Add preg and treg.
|
* stack.c (print_variable_and_value_data): Add preg and treg.
|
||||||
|
9
gdb/NEWS
9
gdb/NEWS
@ -86,6 +86,15 @@ target extended-remote FILENAME
|
|||||||
If FILENAME is a Unix domain socket, GDB will attempt to connect
|
If FILENAME is a Unix domain socket, GDB will attempt to connect
|
||||||
to this socket instead of opening FILENAME as a character device.
|
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
|
thread apply [all | COUNT | -COUNT] [FLAG]... COMMAND
|
||||||
The 'thread apply' command accepts new FLAG arguments.
|
The 'thread apply' command accepts new FLAG arguments.
|
||||||
FLAG arguments allow to control what output to produce and how to handle
|
FLAG arguments allow to control what output to produce and how to handle
|
||||||
|
Reference in New Issue
Block a user