* gdb.texinfo (set print elements): Note that the number of

elements is set to unlimited by "set print elements 0".
This commit is contained in:
Fred Fish
1993-06-02 05:48:52 +00:00
parent 68feeeedb7
commit 6edfa4877e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
* gdb.texinfo (set print elements): Note that the number of
elements is set to unlimited by "set print elements 0".
Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com) Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
* stabs.texinfo (Builtin Type Descriptors): Try to clarify what * stabs.texinfo (Builtin Type Descriptors): Try to clarify what

View File

@ -4145,6 +4145,7 @@ arrays.
If @value{GDBN} is printing a large array, it will stop printing after it has If @value{GDBN} is printing a large array, it will stop printing after it has
printed the number of elements set by the @code{set print elements} command. printed the number of elements set by the @code{set print elements} command.
This limit also applies to the display of strings. This limit also applies to the display of strings.
Setting the number of elements to zero means that the printing is unlimited.
@item show print elements @item show print elements
@kindex show print elements @kindex show print elements