From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12898 invoked by alias); 21 Jan 2010 04:35:28 -0000 Received: (qmail 12792 invoked by uid 22791); 21 Jan 2010 04:35:27 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jan 2010 04:35:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CE22B2BAC39; Wed, 20 Jan 2010 23:35:21 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id anu6INv25QeQ; Wed, 20 Jan 2010 23:35:21 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 581BC2BABDD; Wed, 20 Jan 2010 23:35:21 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id DE4C9F5970; Thu, 21 Jan 2010 08:35:11 +0400 (RET) Date: Thu, 21 Jan 2010 04:35:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/doco] Improve doc on how to execute a Python script from GDB. Message-ID: <20100121043511.GX17397@adacore.com> References: <1263913679-22046-1-git-send-email-brobecker@adacore.com> <83hbqh7ovh.fsf@gnu.org> <20100120040304.GV17397@adacore.com> <20100120040828.GW17397@adacore.com> <83eilk7isk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83eilk7isk.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00519.txt.bz2 > > gdb/doc/ChangeLog: > > > > * gdb.texinfo (File Options): Adjust the documentation of this > > switch to refer to the "source" command rather than partially > > duplicating some of the relevant information. > > (Extending GDB): Introduce and document the set/show script-extension > > setting. > > (Command Files): Add note explaining that the "source" command > > is also used to evalute scripts written in other languages. > > Remove the short slightly incorrect reference to sourcing Python > > scripts. > > (Python Commands): Document how to execute a Python script from GDB. Thanks Eli. Checked in. -- Joel