From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28932 invoked by alias); 4 Sep 2011 21:38:20 -0000 Received: (qmail 28924 invoked by uid 22791); 4 Sep 2011 21:38:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Sun, 04 Sep 2011 21:38:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0C8482BB0F9; Sun, 4 Sep 2011 17:38:04 -0400 (EDT) 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 ymALIL9wP8QF; Sun, 4 Sep 2011 17:38:03 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D3C322BB0EC; Sun, 4 Sep 2011 17:38:03 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 07146145615; Sun, 4 Sep 2011 17:38:01 -0400 (EDT) Date: Sun, 04 Sep 2011 21:38:00 -0000 From: Joel Brobecker To: Jack Howarth Cc: gdb@sourceware.org Subject: Re: [ANNOUNCEMENT] GDB 7.3.1 released! Message-ID: <20110904213801.GK5494@adacore.com> References: <20110904211929.GA16291@bromo.med.uc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110904211929.GA16291@bromo.med.uc.edu> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00018.txt.bz2 > Is anyone working on fixing gdb to be compatible with the new -pie > linker default on darwin11 (Lion)? Currently FSF gdb 7.3.1 can only > debug binaries linked with -Wl,-no_pie. The default -pie linkage > on Lion prevents breakpoints from being found in gdb. Not that I am aware of, sorry. AdaCore started experimenting with Lion very recently, so it's too early to say much about the state of this port. But I doubt that we will be looking at PIE support anytime soon. -- Joel