• Ken Thomases's avatar
    dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module. · 5c397763
    Ken Thomases authored
    Such external debug info files are created by the dsymutil command.  Usually, it
    creates a <name>.dSYM bundle directory but it can also produce a <name>.dwarf
    flat file.  The code will find and use either.  It first checks if such a bundle
    or file is adjacent to the module binary.  If it's not, it uses Spotlight to
    search for a .dSYM bundle based on the binary's UUID, which is what gdb and lldb
    do, too.  That way, it can find it anywhere on the system.
    5c397763
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...