diff options
author | Pedro Alves <palves@redhat.com> | 2013-04-16 14:36:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-04-16 14:36:53 +0000 |
commit | 1c2e44502cd3fcf7fd6b73342b7206157f23805a (patch) | |
tree | f6786d84e07a93a70b351929117d2fbd68c46c87 /gdb/NEWS | |
parent | 74dfd54778a710a96d20ad9b07f6c7b5ae21ef09 (diff) | |
download | fsf-binutils-gdb-1c2e44502cd3fcf7fd6b73342b7206157f23805a.zip fsf-binutils-gdb-1c2e44502cd3fcf7fd6b73342b7206157f23805a.tar.gz fsf-binutils-gdb-1c2e44502cd3fcf7fd6b73342b7206157f23805a.tar.bz2 |
NEWS: Mention "set foo unlimited".
Mention "set foo unlimited" in NEWS, right below the "New options"
section.
2013-04-16 Pedro Alves <palves@redhat.com>
Eli Zaretskii <eliz@gnu.org>
* NEWS: Mention "set foo unlimited".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ set remote trace-status-packet show remote trace-status-packet Set/show the use of remote protocol qTStatus packet. +* You can now use a literal value 'unlimited' for options that + interpret 0 or -1 as meaning "unlimited". E.g., "set + trace-buffer-size unlimited" is now an alias for "set + trace-buffer-size -1" and "set height unlimited" is now an alias for + "set height 0". + * New command-line options --configuration Display the details of GDB configure-time options. |