summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-04-16 14:36:53 +0000
committerPedro Alves <palves@redhat.com>2013-04-16 14:36:53 +0000
commit4751d00ef7a160c640f599303a85a0cbeee31409 (patch)
tree41e12aca4bd90bf1714730f1c582e9ec47034bae /gdb/NEWS
parent92687545f1f26e54b40d90812b34791d97ecd867 (diff)
downloadgdb-4751d00ef7a160c640f599303a85a0cbeee31409.tar.gz
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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index d46ccbcc30a..76b48e82e85 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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.