diff options
author | Doug Evans <dje@google.com> | 2016-02-01 15:48:56 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2016-02-01 15:48:56 -0800 |
commit | 713cdcbf65e53e17e3d63799938675bf4a5b38ec (patch) | |
tree | d3911b6a5801b11e783c7ca04b30b384b4b25dfa /gdb | |
parent | 8244c20d7cc1e3536525edb2bfee6690af928ccf (diff) | |
download | gdb-713cdcbf65e53e17e3d63799938675bf4a5b38ec.zip gdb-713cdcbf65e53e17e3d63799938675bf4a5b38ec.tar.gz gdb-713cdcbf65e53e17e3d63799938675bf4a5b38ec.tar.bz2 |
gdb.texinfo (Value Sizes): Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 58f1a33..05d2694 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2016-02-01 Doug Evans <dje@google.com> + * gdb.texinfo (Value Sizes): Fix typo. + +2016-02-01 Doug Evans <dje@google.com> + * gdb.texinfo (Skipping Over Functions and Files): Fix typo. 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 82a95f8..2d09d13 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -11723,7 +11723,7 @@ may indicate a value that is incorrectly large, this in turn may cause @table @code @kindex set max-value-size -@itemx set max-value-size @var{bytes} +@item set max-value-size @var{bytes} @itemx set max-value-size unlimited Set the maximum size of memory that @value{GDBN} will allocate for the contents of a value to @var{bytes}, trying to display a value that |