This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libbacktrace and darwin
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 4 Oct 2012 16:32:04 -0400
- Subject: libbacktrace and darwin
Is libbacktrace currently functional in gcc trunk and is it expected
to function on darwin? While I could understand it not working on installed
binaries of FSF gcc that were stripped, I would think it should work for
make check in the build tree since all of the debug code should be present
in the object files. Or doesn't libbacktrace know to look there for the
dwarf code? Thanks in advance for any clarifications.
Jack