From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19901 invoked by alias); 11 Jan 2010 21:32:01 -0000 Received: (qmail 19893 invoked by uid 22791); 11 Jan 2010 21:32:00 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 21:31:57 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0BLVtTl015323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 11 Jan 2010 16:31:56 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0BLVtk7017340; Mon, 11 Jan 2010 16:31:55 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o0BLVsvA004939; Mon, 11 Jan 2010 16:31:54 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 3BCAA378187; Mon, 11 Jan 2010 14:31:54 -0700 (MST) From: Tom Tromey To: Daniel Colascione Cc: gdb-patches@sources.redhat.com Subject: Re: Less verbose Python commands References: Reply-To: tromey@redhat.com Date: Mon, 11 Jan 2010 21:32:00 -0000 In-Reply-To: (Daniel Colascione's message of "Sun, 10 Jan 2010 03:13:52 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2010-01/txt/msg00279.txt.bz2 >>>>> "Daniel" == Daniel Colascione writes: Daniel> Err, this version propagates docstrings to command help too: Nice. Do you have an assignment on file? If not, email me and I can get you started on that. To put this in we'd need to merge in the code to add a Python library to gdb. We'll have to do this eventually though... Tom