From owner-freebsd-current@FreeBSD.ORG Thu Oct 8 17:02:30 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33B10106568B; Thu, 8 Oct 2009 17:02:30 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEE58FC13; Thu, 8 Oct 2009 17:02:30 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n98H2THV008175; Thu, 8 Oct 2009 10:02:29 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n98H2Thm008171; Thu, 8 Oct 2009 10:02:29 -0700 (PDT) (envelope-from sgk) Date: Thu, 8 Oct 2009 10:02:29 -0700 From: Steve Kargl To: Kostik Belousov Message-ID: <20091008170229.GA75042@troutmask.apl.washington.edu> References: <20091008145900.GK2259@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091008145900.GK2259@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: arch@freebsd.org, current@freebsd.org Subject: Re: PIE support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 17:02:30 -0000 On Thu, Oct 08, 2009 at 05:59:00PM +0300, Kostik Belousov wrote: > > gdb does not work for PIE binaries, I believe this is a gdb shortcoming. > gdb 7.0 was released on Oct 6th. It appears to work fine with PIE. (Yes, I know that gdb 7.0 is unlikely to appear in FreeBSD.) -- Steve