From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8158 invoked by alias); 23 Feb 2012 04:07:23 -0000 Received: (qmail 8150 invoked by uid 22791); 23 Feb 2012 04:07:22 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Feb 2012 04:07:08 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LZT00C00VEGAL00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 23 Feb 2012 06:07:06 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.12.178]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LZT00C5NVFT4W90@a-mtaout21.012.net.il>; Thu, 23 Feb 2012 06:07:06 +0200 (IST) Date: Thu, 23 Feb 2012 04:24:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Allow user-defined as a category for python gdb macros (resend) In-reply-to: <03E840D17E263A48A5766AD576E0423A03DAB7AED1@exch-mbx-111.vmware.com> To: Scott Goldman Cc: dje@google.com, pmuldoon@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d396tcsr.fsf@gnu.org> References: <03E840D17E263A48A5766AD576E0423A03D72B653F@exch-mbx-111.vmware.com> <4F3A5820.3080905@redhat.com> <03E840D17E263A48A5766AD576E0423A03D72B6547@exch-mbx-111.vmware.com> <03E840D17E263A48A5766AD576E0423A03DAB7AED1@exch-mbx-111.vmware.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00494.txt.bz2 > From: Scott Goldman > CC: Phil Muldoon , "eliz@gnu.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.