This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [doc PATCH] Copy over changes from guile.texi to python.texi
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Doug Evans <xdje42 at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 14 May 2014 18:04:43 +0300
- Subject: Re: [doc PATCH] Copy over changes from guile.texi to python.texi
- Authentication-results: sourceware.org; auth=none
- References: <m3lhu5hx9a dot fsf at sspiff dot org>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Doug Evans <xdje42@gmail.com>
> Date: Tue, 13 May 2014 20:09:21 -0700
>
> During the guile code review several changes to the docs were requested.
>
> This patch applies those changes to python.texi.
>
> 2014-05-13 Doug Evans <xdje42@gmail.com>
>
> Copy over changes from guile.texi.
> * python.texi (Basic Python) <gdb.execute>: Add text.
> (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
> (Values From Inferior) <Python string>: Add text.
> (Values From Inferior) <Value.string>: Clarify string length handling.
> (Pretty Printing API): Add cindex.
> (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
> Remove unnecessary index of gdb.TYPE_CODE_*. Replace @findex with
> @vindex.
> (Commands In Python) <COMPLETE_*>: Similarly.
> (Symbols In Python) <SYMBOL_*>: Similarly.
> (Breakpoints In Python) <WP_*>: Similarly.
> (Breakpoints In Python) <BP_*>: Similarly.
Thanks, this is OK.