From 1c2e44502cd3fcf7fd6b73342b7206157f23805a Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 16 Apr 2013 14:36:53 +0000 Subject: [PATCH] NEWS: Mention "set foo unlimited". Mention "set foo unlimited" in NEWS, right below the "New options" section. 2013-04-16 Pedro Alves Eli Zaretskii * NEWS: Mention "set foo unlimited". --- gdb/ChangeLog | 5 +++++ gdb/NEWS | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2595f8d..5e7d14f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-04-16 Pedro Alves + Eli Zaretskii + + * NEWS: Mention "set foo unlimited". + 2013-04-15 Doug Evans * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu". diff --git a/gdb/NEWS b/gdb/NEWS index d46ccbc..76b48e8 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. -- 2.7.4