From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 501 invoked by alias); 23 Apr 2010 18:10:20 -0000 Received: (qmail 324 invoked by uid 22791); 23 Apr 2010 18:10:17 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SARE_MSGID_LONG45,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Apr 2010 18:10:13 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id o3NIAAKl007693 for ; Fri, 23 Apr 2010 20:10:10 +0200 Received: from pzk36 (pzk36.prod.google.com [10.243.19.164]) by wpaz5.hot.corp.google.com with ESMTP id o3NIA8no017193 for ; Fri, 23 Apr 2010 11:10:09 -0700 Received: by pzk36 with SMTP id 36so3400737pzk.24 for ; Fri, 23 Apr 2010 11:10:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.251.3 with SMTP id y3mr534604rvh.227.1272046208364; Fri, 23 Apr 2010 11:10:08 -0700 (PDT) Received: by 10.141.91.13 with HTTP; Fri, 23 Apr 2010 11:10:08 -0700 (PDT) In-Reply-To: <83bpdc41tz.fsf@gnu.org> References: <20100416070540.4205E84396@ruffy.mtv.corp.google.com> <83tyrbwxex.fsf@gnu.org> <83bpdjccpc.fsf@gnu.org> <83eii84k4c.fsf@gnu.org> <83bpdc41tz.fsf@gnu.org> Date: Fri, 23 Apr 2010 18:10:00 -0000 Message-ID: Subject: Re: [RFA] [1/2] auto-loading scripts from .debug_gdb_scripts section From: Doug Evans To: Eli Zaretskii Cc: tromey@redhat.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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/msg00807.txt.bz2 On Wed, Apr 21, 2010 at 8:12 PM, Eli Zaretskii wrote: >> 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: > > =A0If this file does not exist, and if the parameter > =A0@code{debug-file-directory} is set (@pxref{Separate Debug Files}), > =A0then @value{GDBN} will look for @var{real-name} in all of the > =A0directories mentioned in the value of @code{debug-file-directory}. > Sure. Checked in.