From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4267 invoked by alias); 21 Apr 2010 20:39:07 -0000 Received: (qmail 4237 invoked by uid 22791); 21 Apr 2010 20:39:06 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Apr 2010 20:39:00 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L1800M00UKA9Z00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Apr 2010 23:37:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.129.222]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1800J37UN7A0B0@a-mtaout23.012.net.il>; Wed, 21 Apr 2010 23:37:56 +0300 (IDT) Date: Wed, 21 Apr 2010 20:39:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] [1/2] auto-loading scripts from .debug_gdb_scripts section In-reply-to: To: Doug Evans Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eii84k4c.fsf@gnu.org> References: <20100416070540.4205E84396@ruffy.mtv.corp.google.com> <83tyrbwxex.fsf@gnu.org> <83bpdjccpc.fsf@gnu.org> 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-04/txt/msg00703.txt.bz2 > Date: Wed, 21 Apr 2010 12:23:16 -0700 > From: Doug Evans > > I've applied the requested doc changes, except that Auto-loading is > still moved up one level, moved from node Python API to node Python. Thanks. > +If this file does not exist, and if the parameter > +@code{debug-file-directory} is set (@pxref{Separate Debug Files}), > +then @value{GDBN} will use for its each separated directory component > +@code{component} the file named @file{@code{component}/@var{real-name}}, where > +@var{real-name} is the object file's real name, as described above. In my review, I suggested a better wording for this sentence. Please use it.