This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] NEWS: Mention "set foo unlimited".


I realized I forgot a NEWS entry for this.  I put it right below the
"New options" section.

Okay?

2013-04-16  Pedro Alves  <palves@redhat.com>

	* NEWS: Mention "set foo unlimited".
---
 gdb/NEWS |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index 86716e0..a761c63 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -16,6 +16,12 @@ set remote trace-status-packet
 show remote trace-status-packet
   Set/show the use of remote protocol qTStatus packet.
 
+* Options that when set to 0 or -1 are handled specially as meaning
+  unlimited now also accept being set to literal "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".
+
 * The command 'tsave' can now support new option '-ctf' to save trace
   buffer in Common Trace Format.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]