From: Fred Fish Date: Wed, 2 Jun 1993 05:48:52 +0000 (+0000) Subject: * gdb.texinfo (set print elements): Note that the number of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6edfa4877ea2b6bfce8be87a6132cbd68ac72889;p=binutils-gdb.git * gdb.texinfo (set print elements): Note that the number of elements is set to unlimited by "set print elements 0". --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9be1402e294..e33d17ba322 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b586d23d74f..2a13f0d5093 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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