From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29367 invoked by alias); 20 Mar 2002 09:15:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27718 invoked from network); 20 Mar 2002 09:14:12 -0000 Received: from unknown (HELO dublin.ACT-Europe.FR) (212.157.227.154) by sources.redhat.com with SMTP; 20 Mar 2002 09:14:12 -0000 Received: from berlin.ACT-Europe.FR (berlin.int.act-europe.fr [10.10.0.169]) by dublin.ACT-Europe.FR (Postfix) with ESMTP id DA363229E50; Wed, 20 Mar 2002 10:14:10 +0100 (MET) Received: by berlin.ACT-Europe.FR (Postfix, from userid 507) id 78A73969; Wed, 20 Mar 2002 10:14:09 +0100 (CET) Date: Wed, 20 Mar 2002 01:15:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [RFC] gdb_realpath causes problems with GVD Message-ID: <20020320101408.C22439@act-europe.fr> References: <20020319211353.A20586@act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eliz@is.elta.co.il on Wed, Mar 20, 2002 at 08:02:33AM +0200 X-SW-Source: 2002-03/txt/msg00382.txt.bz2 > I'm not sure I understand what are you saying: does completion work or > does it break in that case? I cannot figure out from your script > whether you tried completion, and if so, in what part of the script. Ah, sorry, I understand what you meant now. I have a sad news: filename completion does not work in the case you mentionned, but this issue is not related to my change. I tried with an unmodified GDB, and got the same behavior. I also tried without a simple example without any symbolic link, and it did not work either. It only completes if we enter the filename without the directory prefix, with and without my change. If this used to work, it looks like you spotted a regression! Shall I go ahead and implement Andrew's suggestions? -- Joel