diff options
author | Doug Evans <dje@google.com> | 2016-11-06 16:03:56 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2017-03-16 09:22:51 -0700 |
commit | f8d995870f957d5fd32fb21fb4afe76a754ddf31 (patch) | |
tree | a7d0191867e99b854ef97e7d87eedb34a9825910 /gdb/doc/guile.texi | |
parent | 28f1c60507ad4ca2252cebada30d2f63ec3b772f (diff) | |
download | gdb-f8d995870f957d5fd32fb21fb4afe76a754ddf31.zip gdb-f8d995870f957d5fd32fb21fb4afe76a754ddf31.tar.gz gdb-f8d995870f957d5fd32fb21fb4afe76a754ddf31.tar.bz2 |
Lazy strings can be made from arrays too.
gdb/doc/ChangeLog:
* guile.texi (Lazy Strings In Guile): Mention arrays.
* python.texi (Lazy Strings In Python): Ditto.
Diffstat (limited to 'gdb/doc/guile.texi')
-rw-r--r-- | gdb/doc/guile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi index 2b077a7..9ae980e 100644 --- a/gdb/doc/guile.texi +++ b/gdb/doc/guile.texi @@ -3248,7 +3248,7 @@ most appropriate encoding when the string is printed. @deffn {Scheme Procedure} lazy-string-type lazy-string Return the type that is represented by @var{lazy-string}'s type. -For a lazy string this will always be a pointer type. To +For a lazy string this is a pointer or array type. To resolve this to the lazy string's character type, use @code{type-target-type}. @xref{Types In Guile}. @end deffn |