From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EgAl1-0003oH-RK for garchives@archives.gentoo.org; Sun, 27 Nov 2005 00:51:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAR0oNix007986; Sun, 27 Nov 2005 00:50:23 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAR0m7NJ028834 for <gentoo-dev@lists.gentoo.org>; Sun, 27 Nov 2005 00:48:07 GMT Received: by wproxy.gmail.com with SMTP id i28so1546291wra for <gentoo-dev@lists.gentoo.org>; Sat, 26 Nov 2005 16:48:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AwQf17ajzxOmb/4Gyw63wGEGSNQeon+R+flUMYhdZ6pneMsYrw66PFuz8z+SuhwyAeTn9HIDmVAd9aulDq6d5/FppiPzgDCf2yALlxw+RHjFHsUYPt+r2jC/CKNXtc1WqqQ0BzQ0ei0Xxn/oRl702J51ysxPRpj/Br5z3oVIL8k= Received: by 10.54.114.20 with SMTP id m20mr6998382wrc; Sat, 26 Nov 2005 16:48:06 -0800 (PST) Received: by 10.54.110.9 with HTTP; Sat, 26 Nov 2005 16:48:06 -0800 (PST) Message-ID: <46059ce10511261648m6db1041dj1d26b34d10312ea8@mail.gmail.com> Date: Sat, 26 Nov 2005 19:48:06 -0500 From: Dan Meltzer <parallelgrapefruit@gmail.com> To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Split ELF Debug (defult or not?) In-Reply-To: <4388D6CE.3090001@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline References: <1133027430.5317.307.camel@localhost> <4388D6CE.3090001@gentoo.org> X-MIME-Autoconverted: from base64 to 8bit by robin.gentoo.org id jAR0m7NJ028834 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id jAR0oNkb007986 X-Archives-Salt: 25c8064d-3fd6-48c1-af35-14b281d3fd15 X-Archives-Hash: 0211743a3327f83f9f01db6cec845730 On 11/26/05, Petteri R=C3=A4ty <betelgeuse@gentoo.org> wrote: > Ned Ludd wrote: > > Good afternoon, > > > > Would you be willing to give up space in $ROOT/usr/lib/debug for ELF > > executables by default in order to aid in better debugging by or do w= e > > want to only emit it when a FEATURE=3D is defined. > > > > Having a split debug pretty much obsoletes the need to add nostrip to > > your features in order to get debug info. > > > > Users wishing to not have debug info can simply add > > INSTALL_MASK=3D"/usr/lib/debug ${INSTALL_MASK}" to make.conf or the > > environment unless we make it FEATURE based. > > > > I'm in favor of it enabled per default but I'd like to know what you > > think and why. (advantages of on/off by default etc..) > > > > How useful is this debug information with -fomit-frame-pointer? From > what I have read it makes debugging at least harder. I think most peopl= e > have -fomit-frame-pointer in their CFLAGS so it should not be enabled b= y > default if the debug info is not very useful any way. Well, only on x86 and other lacking arches... > > Regards, > Petteri > > > --=20 gentoo-dev@gentoo.org mailing list