From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17103 invoked by alias); 30 Apr 2007 13:15:13 -0000 Received: (qmail 17093 invoked by uid 22791); 30 Apr 2007 13:15:12 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Apr 2007 14:15:10 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 3D1164B26F; Mon, 30 Apr 2007 08:15:08 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id BACCB4B26D; Mon, 30 Apr 2007 08:15:07 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HiVic-0006m6-TY; Mon, 30 Apr 2007 09:15:06 -0400 Date: Mon, 30 Apr 2007 13:16:00 -0000 From: Daniel Jacobowitz To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, "Maciej W. Rozycki" Subject: Re: [patch] Handle signed addresses in the dwarf2 unwinder Message-ID: <20070430131506.GA25539@caradoc.them.org> Mail-Followup-To: "Maciej W. Rozycki" , gdb-patches@sourceware.org, "Maciej W. Rozycki" References: <20070428204247.GA8582@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00410.txt.bz2 On Mon, Apr 30, 2007 at 01:59:50PM +0100, Maciej W. Rozycki wrote: > On Sat, 28 Apr 2007, Daniel Jacobowitz wrote: > > > Unfortunately mips-linux testing doesn't really cover this; userspace > > binaries sit below 0x80000000. However, I'm pretty sure this is > > necessary to debug programs linked above that point. I'll check it in > > when I turn on the CFI unwinder for MIPS, which will be just after we > > figure out what to do about store_typed_address (my last message). > > You can use the newlib configuration and the sde64 target board, like > e.g.: > > $ .../configure --target=mipsisa32-sde-elf > $ make > $ (cd gdb && make check//mips-sim-sde64/-EB) Where's that board file supposed to come from? It's not in the latest dejagnu I checked. -- Daniel Jacobowitz CodeSourcery