mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
* 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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user