From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23642 invoked by alias); 29 Mar 2005 19:35:42 -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 23626 invoked from network); 29 Mar 2005 19:35:39 -0000 Received: from unknown (HELO heavymobile.ringle.org) (12.153.69.6) by sourceware.org with SMTP; 29 Mar 2005 19:35:39 -0000 Received: by heavymobile.ringle.org (Postfix, from userid 503) id BE1496FCE6; Tue, 29 Mar 2005 14:35:37 -0500 (EST) From: Jon Ringle To: gdb@sources.redhat.com Subject: Re: arm core analysis on x86 host Date: Tue, 29 Mar 2005 19:35:00 -0000 User-Agent: KMail/1.7.1 References: <200503281829.19775.jon.ringle@comdial.com> <20050329165316.GA11679@nevyn.them.org> <200503291217.47690.jon.ringle@comdial.com> In-Reply-To: <200503291217.47690.jon.ringle@comdial.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200503291435.36854.jon.ringle@comdial.com> X-SW-Source: 2005-03/txt/msg00284.txt.bz2 On Tuesday 29 March 2005 12:17, Jon Ringle wrote: > On Tuesday 29 March 2005 11:53, Daniel Jacobowitz wrote: > > Trace through the gdbarch initialization to see what's going on, then. > > The core file may not be recognized as a Linux object. =A0This has > > happened on other platforms; I don't know what was done about it, but > > maybe Mark remembers. > > I set #define GDBARCH_DEBUG 1 at the top of gdbarch.c, now I am getting an > internal error... I also get the same internal error with a host=3Di686-linux target=3Di686-l= inux=20 build of gdb when #define GDBARCH_DEBUG 1 is set in gdbarch.c. It is very=20 easy to reproduce. Jon