From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26095 invoked by alias); 19 Aug 2004 09:55:58 -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 26084 invoked from network); 19 Aug 2004 09:55:56 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 19 Aug 2004 09:55:56 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1Bxje8-00010S-00; Thu, 19 Aug 2004 05:55:48 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 3DA554B102; Thu, 19 Aug 2004 05:56:01 -0400 (EDT) Date: Thu, 19 Aug 2004 09:55:00 -0000 From: Michael Chastain To: ibr@ata.cs.hun.edu.tr, gdb-patches@sources.redhat.com Subject: Re: testcase for "absolute source" patch Message-ID: <41247930.nailCDI1X6FB6@mindspring.com> References: <20040816144349.GB1509@ata.cs.hun.edu.tr> <412107B7.nailE7I1XJVIH@mindspring.com> <20040818130626.GB1411@ata.cs.hun.edu.tr> <4123763C.nailM3P11DT7E@mindspring.com> <20040818155324.GC1411@ata.cs.hun.edu.tr> <4123A736.nail5OO17XN7L@mindspring.com> <20040818220613.GA3143@ata.cs.hun.edu.tr> <4123E749.nail65Z1YIZ3O@mindspring.com> <20040819093431.GA7557@ata.cs.hacettepe.edu.tr> In-Reply-To: <20040819093431.GA7557@ata.cs.hacettepe.edu.tr> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00582.txt.bz2 Baurjan Ismagulov wrote: > Which version of gdb are you using? native i686-pc-linux-gnu, red hat 8.0 gdb HEAD 2004-08-17 gcc 3.4.1, binutils 2.15, dwarf-2 > Are you compiling in another directory? Yes. I do build gdb in a different directory from the source. My configuration commands are: newtree /berman/fsf/_current_/berman/build/target/native/gdb/HEAD newtree /berman/fsf/_current_/berman/install/target/native/gdb/HEAD newtree /berman/fsf/_current_/berman/log/target/native/gdb/HEAD chdir /berman/fsf/_current_/berman/build/target/native/gdb/HEAD /berman/fsf/_current_/source/gdb/HEAD/src/configure --prefix=/berman/fsf/_current_/berman/install/target/native/gdb/HEAD > /berman/fsf/_current_/berman/log/target/native/gdb/HEAD/configure.log 2>&1 (newtree is like: rm -rf + mkdir -p). > No, it is really just a matter of time -- I'm going to switch to a new > project (at work) and won't have much time for a few months. When you run out of time, you can do this somewhere near the top, like gdb.cp/exception.exp does: # This test script is not finished yet. continue So we can get it into CVS, although not hooked up yet. Michael