This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: mark -enable-pretty-printing as experimental (Was: Patch: implement new dynamic varobj spec)
Tom Tromey wrote:
>>>>>> "Volodya" == Vladimir Prus <vladimir@codesourcery.com> writes:
>
> Volodya> I think it makes sense. You list 3 known issues in the original
> Volodya> email, and while I hope we'll fix them by 7.0, there will be
> Volodya> just too little time for extensive testing. Let's keep our
> Volodya> options open for a bit more.
>
> How about this?
>
> Tom
>
> 2009-09-16 Tom Tromey <tromey@redhat.com>
>
> * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
> is experimental.
>
> cvs diff: Diffing .
> Index: gdb.texinfo
> ===================================================================
> RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
> retrieving revision 1.624
> diff -u -c -r1.624 gdb.texinfo
> cvs diff: conflicting specifications of output style
> Write failed flushing stdout buffer.
>
> write stdout: Broken pipe
>
> *** gdb.texinfo 15 Sep 2009 18:51:25 -0000 1.624
> --- gdb.texinfo 16 Sep 2009 19:02:55 -0000
> ***************
> *** 23547,23552 ****
> --- 23547,23555 ----
> Note that if Python support has not been compiled into @value{GDBN},
> this command will still succeed (and do nothing).
>
> + This feature is currently experimental, and may work differently in
> + future versions of @value{GDBN}.
> +
> @subheading The @code{-var-create} Command
> @findex -var-create
This looks fine to me. Eli?
- Volodya