From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10407 invoked by alias); 12 Jun 2005 08:03:14 -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 10394 invoked by uid 22791); 12 Jun 2005 08:03:05 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 12 Jun 2005 08:03:05 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j5C831ok018861; Sun, 12 Jun 2005 10:03:01 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j5C831kN005726; Sun, 12 Jun 2005 10:03:01 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j5C82umX031915; Sun, 12 Jun 2005 10:02:56 +0200 (CEST) Date: Sun, 12 Jun 2005 08:03:00 -0000 Message-Id: <200506120802.j5C82umX031915@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: agaudio@eng.mc.xerox.com CC: gdb@sources.redhat.com In-reply-to: <1118344705.27729.7.camel@rockhopper> (message from Aaron Gaudio on Thu, 09 Jun 2005 15:18:25 -0400) Subject: Re: Trying to debug an x86 core on a Sparc References: <1118344705.27729.7.camel@rockhopper> X-SW-Source: 2005-06/txt/msg00109.txt.bz2 From: Aaron Gaudio Date: Thu, 09 Jun 2005 15:18:25 -0400 Hello all, I've got gdb built using the configure arg '--target i386-pc- solaris2.10', on build host 'sparc-sun-solaris2.8'. I'm trying to debug a core file which was produced on an x86 Solaris 10 box. I do have a copy of the x86 executable available on the sparc box. I'd be surprised if this would work. AFAIK there is no support for cross-debugging core files for Solaris in BFD. Mark