diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-12 08:57:43 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-12 08:57:43 +0000 |
commit | dccca75d8053c3c99965478ee2e667ad9e8e0812 (patch) | |
tree | 48228da227fed7bf3f605fe0f3032724c6b47a3c /gdb | |
parent | 6eaaf48b1c3ff871cdcd180c172a72271fe29588 (diff) | |
download | fsf-binutils-gdb-dccca75d8053c3c99965478ee2e667ad9e8e0812.zip fsf-binutils-gdb-dccca75d8053c3c99965478ee2e667ad9e8e0812.tar.gz fsf-binutils-gdb-dccca75d8053c3c99965478ee2e667ad9e8e0812.tar.bz2 |
NEWS: Document 'show configuration'.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,9 @@ *** Changes since GDB 7.6 * New commands: +show configuration + Display the details of GDB configure-time options. + maint set|show per-command maint set|show per-command space maint set|show per-command time @@ -16,6 +19,10 @@ set remote trace-status-packet show remote trace-status-packet Set/show the use of remote protocol qTStatus packet. +* New command-line options +--configuration + Display the details of GDB configure-time options. + * The command 'tsave' can now support new option '-ctf' to save trace buffer in Common Trace Format. |