From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11804 invoked by alias); 20 Jan 2010 18:07:29 -0000 Received: (qmail 11791 invoked by uid 22791); 20 Jan 2010 18:07:28 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jan 2010 18:07:22 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KWK00D004SZIJ00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 20 Jan 2010 20:06:15 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.14.77]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KWK00BDO4YE6S70@a-mtaout20.012.net.il>; Wed, 20 Jan 2010 20:06:15 +0200 (IST) Date: Wed, 20 Jan 2010 18:07:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco] Improve doc on how to execute a Python script from GDB. In-reply-to: <20100120040828.GW17397@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eilk7isk.fsf@gnu.org> References: <1263913679-22046-1-git-send-email-brobecker@adacore.com> <83hbqh7ovh.fsf@gnu.org> <20100120040304.GV17397@adacore.com> <20100120040828.GW17397@adacore.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: 2010-01/txt/msg00506.txt.bz2 > Date: Wed, 20 Jan 2010 08:08:28 +0400 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > Thanks for the review, Eli. Thank you for working on this. > 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. > > Ok to checkin? Yes, but only once ;-) Thanks.