mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'.
gdb/ChangeLog 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be> * NEWS: Document the language choice done by 'info [types|functions|variables]|rbreak'.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||||
|
|
||||||
|
* NEWS: Document the language choice done by
|
||||||
|
'info [types|functions|variables]|rbreak'.
|
||||||
|
|
||||||
2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||||
|
|
||||||
* symtab.c (treg_matches_sym_type_name): Use
|
* symtab.c (treg_matches_sym_type_name): Use
|
||||||
|
9
gdb/NEWS
9
gdb/NEWS
@ -96,6 +96,15 @@ info variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]
|
|||||||
on the entity names or entity types. The flag -q disables
|
on the entity names or entity types. The flag -q disables
|
||||||
printing headers or informations messages.
|
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
|
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