diff options
author | Tom Tromey <tromey@redhat.com> | 2009-09-18 18:03:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-09-18 18:03:45 +0000 |
commit | f43030c448dc1938d6fc7a6072f1a76853b1b70d (patch) | |
tree | 897c15bdf9938eb9df2a475552d5550cfc8e3d1d /gdb/doc | |
parent | adb7f3388f557308fab00d544185922035efa8f0 (diff) | |
download | gdb-f43030c448dc1938d6fc7a6072f1a76853b1b70d.zip gdb-f43030c448dc1938d6fc7a6072f1a76853b1b70d.tar.gz gdb-f43030c448dc1938d6fc7a6072f1a76853b1b70d.tar.bz2 |
* gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
is experimental.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d4d1275..07c5a04 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,8 +1,13 @@ +2009-09-18 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing + is experimental. + 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com> * gdb.texinfo (convenince variables): Mention $_siginfo could be empty. - + 2009-09-15 Tom Tromey <tromey@redhat.com> * gdb.texinfo (GDB/MI Variable Objects): Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 10640f9..a627ce4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -23549,6 +23549,9 @@ Once enabled, this feature cannot be disabled. Note that if Python support has not been compiled into @value{GDBN}, this command will still succeed (and do nothing). +This feature is currently (as of @value{GDBN} 7.0) experimental, and +may work differently in future versions of @value{GDBN}. + @subheading The @code{-var-create} Command @findex -var-create |