From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22545 invoked by alias); 5 Mar 2007 17:58:10 -0000 Received: (qmail 22537 invoked by uid 22791); 5 Mar 2007 17:58:10 -0000 X-Spam-Check-By: sourceware.org Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO bluesmobile.specifix.com) (64.220.152.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Mar 2007 17:58:03 +0000 Received: from fishpond.diveadx.com (bluesmobile.corp.specifix.com [192.168.1.32]) by bluesmobile.specifix.com (Postfix) with ESMTP id 1C4563B8D1 for ; Mon, 5 Mar 2007 09:58:02 -0800 (PST) From: Fred Fish Reply-To: fnf@specifix.com To: gdb-patches@sources.redhat.com Subject: Re: [RFC] - Patch for 32-bit x86 corefiles read by 64 bit gdb Date: Mon, 05 Mar 2007 17:58:00 -0000 User-Agent: KMail/1.9.6 References: <200703051053.25514.fnf@specifix.com> In-Reply-To: <200703051053.25514.fnf@specifix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703051057.58746.fnf@specifix.com> 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-03/txt/msg00042.txt.bz2 On Monday 05 March 2007, Fred Fish wrote: > On an x86_64 linux system, if you compile and run the following program to generate a core file: Arg, I left out the important detail that you need to compile it with -m32 to generate a 32-bit executable. Hopefully that was obvious from the subject line. -Fred