On Fri, Jan 2, 2015 at 6:18 PM, Johan Tibell <[email protected]> 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
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to