* gdb.texinfo (set print elements): Note that the number of
authorFred Fish <fnf@specifix.com>
Wed, 2 Jun 1993 05:48:52 +0000 (05:48 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 2 Jun 1993 05:48:52 +0000 (05:48 +0000)
elements is set to unlimited by "set print elements 0".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 9be1402..e33d17b 100644 (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)
 
        * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
index b586d23..2a13f0d 100644 (file)
@@ -4145,6 +4145,7 @@ arrays.
 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.
 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
 @kindex show print elements