mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Make NEWS entry and manual regarding GDBHISTSIZE more consistent
... by mentioning in the manual that setting GDBHISTSIZE to the empty string disables truncation, like the NEWS entry does. gdb/doc/ChangeLog: * gdb.texinfo (Command History): Mention that setting GDBHISTSIZE to the empty string disables history truncation.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
|
||||||
|
|
||||||
|
* gdb.texinfo (Command History): Mention that setting
|
||||||
|
GDBHISTSIZE to the empty string disables history truncation.
|
||||||
|
|
||||||
2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
|
2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
|
||||||
|
|
||||||
PR gdb/16999
|
PR gdb/16999
|
||||||
|
@ -22641,9 +22641,9 @@ Stop recording command history in a file.
|
|||||||
Set the number of commands which @value{GDBN} keeps in its history list.
|
Set the number of commands which @value{GDBN} keeps in its history list.
|
||||||
This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
|
This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
|
||||||
to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
|
to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
|
||||||
are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is a
|
are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
|
||||||
negative number, the number of commands @value{GDBN} keeps in the history list
|
either a negative number or the empty string, then the number of commands
|
||||||
is unlimited.
|
@value{GDBN} keeps in the history list is unlimited.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
History expansion assigns special meaning to the character @kbd{!}.
|
History expansion assigns special meaning to the character @kbd{!}.
|
||||||
|
Reference in New Issue
Block a user