NEWS: Mention "set foo unlimited".
[deliverable/binutils-gdb.git] / gdb / NEWS
index d46ccbcc30ae7a2413ceb81f35f94fb178609655..76b48e82e85d245ce68910a65392f805c626a0b0 100644 (file)
--- 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.
This page took 0.024707 seconds and 4 git commands to generate.