From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12130 invoked by alias); 28 Jun 2010 19:34:11 -0000 Received: (qmail 12122 invoked by uid 22791); 28 Jun 2010 19:34:11 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Jun 2010 19:34:06 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L4Q00100OVDMZ00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 28 Jun 2010 22:33:47 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.255.236]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L4Q00KLCP09Q370@a-mtaout22.012.net.il>; Mon, 28 Jun 2010 22:33:47 +0300 (IDT) Date: Mon, 28 Jun 2010 19:34:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco] Document the GDB python directory. In-reply-to: <20100628185714.GO2595@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k4pjar1k.fsf@gnu.org> References: <1277662486-2260-1-git-send-email-brobecker@adacore.com> <83zkygb7ef.fsf@gnu.org> <20100628185714.GO2595@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-06/txt/msg00651.txt.bz2 > Date: Mon, 28 Jun 2010 11:57:14 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > Yes, but please add to the NEWS entry a pointer to the section in the > > manual where the details are. > > Thanks. Would the following be the correct way of adding that reference > in the NEWS file? > [...] > +** GDB now provides a new directory location, called the python directory, > + where Python scripts written for GDB can be installed. The location > + of that directory is /python, where > + is the GDB data directory. For more details, see the `Debugging with > + GDB' manual, section `Scripting GDB using Python'. It would be enough to say For more details, see section `Scripting GDB using Python' in the manual. Thanks.