From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23136 invoked by alias); 10 Dec 2008 11:14:07 -0000 Received: (qmail 23126 invoked by uid 22791); 10 Dec 2008 11:14:07 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Dec 2008 11:13:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9DF4D2A9698; Wed, 10 Dec 2008 06:13:29 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IXLO0aNrAVcG; Wed, 10 Dec 2008 06:13:29 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8F65F2A969A; Wed, 10 Dec 2008 06:13:26 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id ADA34E7ACD; Wed, 10 Dec 2008 12:13:22 +0100 (CET) Date: Wed, 10 Dec 2008 11:14:00 -0000 From: Joel Brobecker To: Paul Pluzhnikov , gdb-patches@sourceware.org Subject: Re: [patch] Fix a glitch in debugging 32-bit process with 64-bit GDB. Message-ID: <20081210111322.GC20054@adacore.com> References: <20081209013252.9E1C83A6B2E@localhost> <20081209020744.GA11173@caradoc.them.org> <8ac60eac0812081842l6ac5344fw2fd57011d3dfef42@mail.gmail.com> <20081209133408.GA16288@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081209133408.GA16288@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-12/txt/msg00185.txt.bz2 > The bit of GDB you're patching is not at fault; either BFD or the > stabs reader is. The right fix is to end up with a -16 in the symbol. > Something like Peter's patch, I suppose; although I thought something > else had been posted for this recently, maybe by Joel... Not me, no. It's been a while since I last touched stabs and I'm crossing my fingers... -- Joel