From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17670 invoked by alias); 17 Feb 2005 03:09:11 -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 17630 invoked from network); 17 Feb 2005 03:09:07 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 17 Feb 2005 03:09:07 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1D1c2D-0003T5-OY; Wed, 16 Feb 2005 22:08:57 -0500 Date: Thu, 17 Feb 2005 14:06:00 -0000 From: Daniel Jacobowitz To: Manoj Iyer Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Dont skip DW_TAG_member in load_partial_dies() Message-ID: <20050217030857.GD9895@nevyn.them.org> Mail-Followup-To: Manoj Iyer , gdb-patches@sources.redhat.com References: <20050215232018.GB8631@nevyn.them.org> <20050215233503.GB11771@adacore.com> <20050216001647.GA10512@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00178.txt.bz2 On Wed, Feb 16, 2005 at 04:40:19PM -0600, Manoj Iyer wrote: > > > > I'm copying this to Elena, since she is the maintainer of the DWARF-2 > > > > reader. Your patch looks right to me. In fact, I've been working on > > > > running the GDB testsuite using ARM's compiler today, and I have a > > > > patch that looks exactly like this in my working directory :-) > > What is the clean way of using a different compiler? I tried the > CC_FOR_TARGET CC variabels etc but dint work. Also, nothing documented. > Really appreciate your input. For native testing it's a bit tricky; I recommend using wrapper scripts, earlier in your path, called gcc and g++. For target testing you can set 'compiler' and 'c++compiler' in the board file. -- Daniel Jacobowitz CodeSourcery, LLC