From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7352 invoked by alias); 4 Jun 2003 05:24:16 -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 7345 invoked from network); 4 Jun 2003 05:24:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Jun 2003 05:24:16 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h545OFH19856 for ; Wed, 4 Jun 2003 01:24:15 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h545ODT14491; Wed, 4 Jun 2003 01:24:13 -0400 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h545OD024446; Tue, 3 Jun 2003 22:24:13 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id h545MIo19955; Tue, 3 Jun 2003 22:22:18 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Wed, 04 Jun 2003 05:24:00 -0000 From: Richard Henderson To: Andrew Cagney Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: Last build failure in alpha-osf1-tdep.c (I promise :) Message-ID: <20030604052218.GL19452@redhat.com> References: <20030604004536.GQ919@gnat.com> <3EDD62F3.3060306@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EDD62F3.3060306@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00161.txt.bz2 On Tue, Jun 03, 2003 at 11:09:39PM -0400, Andrew Cagney wrote: > Check alpha-linux-tdep.c, you'll want to steal the call: > > /* Hook into the MDEBUG frame unwinder. */ > alpha_mdebug_init_abi (info, gdbarch); > > adding it to alpha-osf1-tdep.c. That will enable mdebug. Yep. I should have gone ahead and done this registration for all the alpha targets... r~