This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Allow user-defined as a category for python gdb macros (resend)
> From: Scott Goldman <scottjg@vmware.com>
> CC: Phil Muldoon <pmuldoon@redhat.com>, "eliz@gnu.org" <eliz@gnu.org>, "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
> Date: Wed, 22 Feb 2012 19:02:20 -0800
>
> +List all user-defined commands and all python commands defined in class COMAND_USER. For user-defined commands, the first line of the documentation
> +(if any) is included. For python commands, the python docstring (if any) is included.
Two spaces between sentences, please. And please don't use such long
lines, they make the text harder to read.
OK with those changes.
Thanks.