aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-06-02 05:48:52 +0000
committerFred Fish <fnf@specifix.com>1993-06-02 05:48:52 +0000
commit6edfa4877ea2b6bfce8be87a6132cbd68ac72889 (patch)
tree98f8b635dd9b9c8edb8de1faf21f474d73bccf57
parent68feeeedb7e7ff24fc2d7ebe9201ef7c8dd0deb9 (diff)
downloadgdb-6edfa4877ea2b6bfce8be87a6132cbd68ac72889.zip
gdb-6edfa4877ea2b6bfce8be87a6132cbd68ac72889.tar.gz
gdb-6edfa4877ea2b6bfce8be87a6132cbd68ac72889.tar.bz2
* gdb.texinfo (set print elements): Note that the number of
elements is set to unlimited by "set print elements 0".
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 9be1402..e33d17b 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 b586d23..2a13f0d 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