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".
This commit is contained in:
Pedro Alves 2013-04-16 14:36:53 +00:00
parent 74dfd54778
commit 1c2e44502c
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-04-16 Pedro Alves <palves@redhat.com>
Eli Zaretskii <eliz@gnu.org>
* NEWS: Mention "set foo unlimited".
2013-04-15 Doug Evans <dje@google.com>
* dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".

View File

@ -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.