This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [Patch v13 1/4] Documentation of the debug method support in GDB Python API
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Siva Chandra <sivachandra at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 11 Apr 2014 11:41:36 +0300
- Subject: Re: [Patch v13 1/4] Documentation of the debug method support in GDB Python API
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gxANoq6wQFZw_28ss40sSPqr_3ouqkaRoc9eGOW5dk6XQ at mail dot gmail dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 9 Apr 2014 12:00:32 -0700
> From: Siva Chandra <sivachandra@google.com>
>
> This version addresses all of Eli's and Doug's comments on previous versions.
This is OK, with one gotcha in the ChangeLog:
> doc/
> * python.texi (Debug Methods In Python): New node.
> (Debug Method API): Likewise.
> (Writing a Debug Method): Likewise.
I believe the GNU standard way of saying this is as follows:
* python.texi (Debug Methods In Python, Debug Method API)
(Writing a Debug Method): New nodes.
Also, the menu additions in the parent node should be mentioned in
ChangeLog.
Thanks.