From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25561 invoked by alias); 22 Apr 2010 03:13:30 -0000 Received: (qmail 25552 invoked by uid 22791); 22 Apr 2010 03:13:29 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=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; Thu, 22 Apr 2010 03:13:24 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L1900500CTN4Y00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 22 Apr 2010 06:12:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.129.222]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1900LXXCXK6UR0@a-mtaout20.012.net.il>; Thu, 22 Apr 2010 06:12:57 +0300 (IDT) Date: Thu, 22 Apr 2010 03:13: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: <83bpdc41tz.fsf@gnu.org> References: <20100416070540.4205E84396@ruffy.mtv.corp.google.com> <83tyrbwxex.fsf@gnu.org> <83bpdjccpc.fsf@gnu.org> <83eii84k4c.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/msg00735.txt.bz2 > Date: Wed, 21 Apr 2010 14:54:05 -0700 > From: Doug Evans > Cc: tromey@redhat.com, gdb-patches@sourceware.org > > > If this file does not exist, and if the parameter > > @code{debug-file-directory} is set (@pxref{Separate Debug Files}), > > then @value{GDBN} will look for the file in all of the directories > > mentioned in the value of @code{debug-file-directory}. > > I think the new wording still isn't sufficiently clear. > It doesn't say that each element in debug-file-directory is > concatenated with the full file name. That's a trivial change: If this file does not exist, and if the parameter @code{debug-file-directory} is set (@pxref{Separate Debug Files}), then @value{GDBN} will look for @var{real-name} in all of the directories mentioned in the value of @code{debug-file-directory}.