From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32052 invoked by alias); 20 Mar 2002 18:25:08 -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 31898 invoked from network); 20 Mar 2002 18:24:56 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 20 Mar 2002 18:24:56 -0000 Received: (from eliz@localhost) by delorie.com (8.11.6/8.9.1) id g2KIOnE11953; Wed, 20 Mar 2002 13:24:49 -0500 Date: Wed, 20 Mar 2002 10:25:00 -0000 Message-Id: <200203201824.g2KIOnE11953@delorie.com> From: Eli Zaretskii To: brobecker@ACT-Europe.FR CC: drow@mvista.com, gdb-patches@sources.redhat.com In-reply-to: <20020320130330.E22439@act-europe.fr> (message from Joel Brobecker on Wed, 20 Mar 2002 13:03:30 +0100) Subject: Re: [RFC] gdb_realpath causes problems with GVD Reply-to: Eli Zaretskii References: <20020320101408.C22439@act-europe.fr> <20020320130330.E22439@act-europe.fr> X-SW-Source: 2002-03/txt/msg00389.txt.bz2 > Date: Wed, 20 Mar 2002 13:03:30 +0100 > From: Joel Brobecker > > I tried it with several combinations of GCC, GDB, and debug format, and > did not get it to work until I changed the compilation command to > provide the fullpath of the file I was compiling: > > gcc -g -o toto /toto.c > > In this case, completion works, and I verified that my change does not > break completion. In that case, I have no objections to the patch. Thanks for testing this.