From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28460 invoked by alias); 25 Aug 2006 00:08:41 -0000 Received: (qmail 28451 invoked by uid 22791); 25 Aug 2006 00:08:40 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 25 Aug 2006 00:08:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GGPFT-00057A-9w; Thu, 24 Aug 2006 20:08:35 -0400 Date: Fri, 25 Aug 2006 00:08:00 -0000 From: Daniel Jacobowitz To: John Moser Cc: gdb@sourceware.org Subject: Re: GDB pie Message-ID: <20060825000835.GA19638@nevyn.them.org> Mail-Followup-To: John Moser , gdb@sourceware.org References: <1156463298.7320.9.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1156463298.7320.9.camel@localhost> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00187.txt.bz2 On Thu, Aug 24, 2006 at 07:48:18PM -0400, John Moser wrote: > It seems right now I can't get gdb to debug a program compiled with gcc > as: > > gcc -fpic -fpie -ggdb pie.c -o pie > > Somewhere there were some patches floating around that allowed gdb to > handle position independent executables; but I can't find them* and > don't know if they're up to date. Look for the two branches in the CVS repository whose name contains "pie". Elena was working on this, but ran out of time, and no longer works on GDB. That's all I know about it. -- Daniel Jacobowitz CodeSourcery