From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8127 invoked by alias); 22 Jan 2004 16:04:54 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8120 invoked from network); 22 Jan 2004 16:04:52 -0000 Received: from unknown (HELO sadr.equallogic.com) (66.155.203.134) by sources.redhat.com with SMTP; 22 Jan 2004 16:04:52 -0000 Received: from sadr.equallogic.com (localhost.localdomain [127.0.0.1]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id i0MG4q6e004009 for ; Thu, 22 Jan 2004 11:04:52 -0500 Received: from deneb.dev.equallogic.com (deneb [172.16.1.99]) by sadr.equallogic.com (8.12.8/8.12.8) with ESMTP id i0MG4pIg004004; Thu, 22 Jan 2004 11:04:51 -0500 Received: from PKONING.equallogic.com (localhost.localdomain [127.0.0.1]) by deneb.dev.equallogic.com (8.11.6/8.11.6) with ESMTP id i0MG4oQ12472; Thu, 22 Jan 2004 11:04:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16399.62627.461000.898506@gargle.gargle.HOWL> Date: Thu, 22 Jan 2004 16:04:00 -0000 From: Paul Koning To: drow@mvista.com Cc: gernot.hillier@siemens.com, gdb@sources.redhat.com Subject: Re: handling of absolute source file paths (feature wish/implementation idea) References: <200401221601.17594.gernot.hillier@siemens.com> <20040122150717.GA20168@nevyn.them.org> X-SW-Source: 2004-01/txt/msg00246.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: >> 3. Implement a new setting "source-absolute-prefix" (analog to the >> already existing "solib-absolute-prefix") which allows the user to >> set a prefix for given absolute source code paths. Daniel> I think this is a good idea, but let's see if anyone else has Daniel> an opinion. I like that a lot. It would also help for cases where the build machine has different path names than my sandbox -- which happens all the time. paul