From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 13 18:54:38 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E618C841; Thu, 13 Dec 2012 18:54:38 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4D3DF8FC12; Thu, 13 Dec 2012 18:54:38 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.5/8.14.5) with ESMTP id qBDIsV14057738; Thu, 13 Dec 2012 20:54:31 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.7.1 kib.kiev.ua qBDIsV14057738 Received: (from kostik@localhost) by tom.home (8.14.5/8.14.5/Submit) id qBDIsV1J057737; Thu, 13 Dec 2012 20:54:31 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 13 Dec 2012 20:54:31 +0200 From: Konstantin Belousov To: Ed Maste Subject: Re: [PATCH] Shared library debug .symbols files Message-ID: <20121213185431.GH71906@kib.kiev.ua> References: <20121213160847.GA78448@sandvine.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4C6bbPZ6c/S1npyF" Content-Disposition: inline In-Reply-To: <20121213160847.GA78448@sandvine.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 18:54:39 -0000 --4C6bbPZ6c/S1npyF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 13, 2012 at 04:08:47PM +0000, Ed Maste wrote: > I've been working generating userland debugging symbols, with the goal > that we'll build them for each release. The user could install them > along with the system, or later on when needed for debugging. The > symbols files will also be useful for profiling and tools such as > Valgrind, without needing to build and install world first. >=20 > This patch enables .symbols files for shared libraries when DEBUG_FLAGS > is set. Future changes will be needed to address static libraries and > base system binaries, and the release build bits. You cannot strip static libraries, at least if you want the result to be useful for the consequent use. --4C6bbPZ6c/S1npyF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDKJGcACgkQC3+MBN1Mb4jStgCfXILAUJ9+yO05myFUzjgQq5TE 3KIAoPeP1d5um+wGopFJ+sjBtGPd+7Kt =Nydp -----END PGP SIGNATURE----- --4C6bbPZ6c/S1npyF--