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: Doug Evans <xdje42 at gmail dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Sat, 17 May 2014 09:15:32 -0700
- 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> <8338gcpfjo dot fsf at gnu dot org>
On Wed, May 14, 2014 at 8:04 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> 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.
Committed.