From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25985 invoked by alias); 14 Aug 2007 13:03:42 -0000 Received: (qmail 25948 invoked by uid 22791); 14 Aug 2007 13:03:40 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Aug 2007 13:03:35 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l7ED3Tlk005239; Tue, 14 Aug 2007 15:03:30 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l7ED3TUh006976; Tue, 14 Aug 2007 15:03:29 +0200 (CEST) Date: Tue, 14 Aug 2007 13:03:00 -0000 Message-Id: <200708141303.l7ED3TUh006976@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20070814125355.GA11503@caradoc.them.org> (message from Daniel Jacobowitz on Tue, 14 Aug 2007 08:53:55 -0400) Subject: Re: Cross core support for i386-linux-gnu References: <20070814125355.GA11503@caradoc.them.org> 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-08/txt/msg00285.txt.bz2 > Date: Tue, 14 Aug 2007 08:53:55 -0400 > From: Daniel Jacobowitz > > Mark Kettenis did all the hard work to make core file host-independent > for the i386 target, and it was wired up for a variety of i386 / amd64 > subtargets - but not this one :-( Checked in after verifying that a > native i386-linux-gnu debugger could still read core files, and a > cross debugger was newly able to. Heh, I guess nobody actually ever tried cross-debugging i386.