Shipping core libraries with debug symbols

Brandon Allbery allbery.b at gmail.com
Sat Jan 3 00:26:32 UTC 2015


On Fri, Jan 2, 2015 at 6:18 PM, Johan Tibell <johan.tibell at gmail.com> wrote:

> I believe other compilers, e.g. GCC, ship debug symbols in separate files (
> https://packages.debian.org/sid/libc-dbg
>
> ) that e.g. GDB can then look up.
>

Lookaside debugging information is (a) a Linux-ism, although possibly also
included in mingw --- but not OS X or the *BSDs (b) on RPM-based systems at
least, is split out of objects into separate files, and thence into debug
packages, by the standard RPM support macros before the standard strip step
(I expect debuild does something similar on Debian-ish systems).

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20150102/0f8aa5bf/attachment.html>


More information about the ghc-devs mailing list