Sweden-Number/dlls/dbghelp
Ken Thomases 5c39776327 dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module.
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.
2015-06-29 19:07:52 +09:00
..
Makefile.in dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module. 2015-06-29 19:07:52 +09:00
coff.c dbghelp: Remove no-op additions with 0 (PVS-Studio). 2015-03-09 22:06:39 +09:00
cpu_arm.c dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
cpu_arm64.c dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
cpu_i386.c dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
cpu_ppc.c dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
cpu_x86_64.c dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
crc32.c dbghelp: One line only for the copyright. 2011-08-01 18:26:26 +02:00
dbghelp.c dbghelp: Remove a useless DllMain, msvcrt can't be unloaded. 2013-11-11 11:49:18 +01:00
dbghelp.spec dbghelp: Add stubs for SymSetHomeDirectory. 2013-04-01 20:42:33 +02:00
dbghelp_private.h dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
dwarf.c dbghelp: Fix mapping of DWARF register numbers on x86 OS X. 2015-06-29 19:07:51 +09:00
dwarf.h dbghelp: Add some new dwarf enumerations. 2011-09-06 13:25:51 +02:00
elf_module.c dbghelp: Constify some character strings. 2013-12-16 12:02:49 +01:00
image.c
image_private.h dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module. 2015-06-29 19:07:52 +09:00
macho_module.c dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module. 2015-06-29 19:07:52 +09:00
minidump.c dbghelp: Store the vendor id in the correct order. 2013-03-04 11:15:57 +01:00
module.c dbghelp: Eliminate an unnecessary parameter from macho_load_debug_info(). 2015-06-25 14:01:26 +09:00
msc.c dbghelp: Ignore some more symbol ids. 2015-05-20 17:32:49 +09:00
path.c dbghelp: Assorted fixes for shadow variables. 2012-04-23 12:58:36 +02:00
pe_module.c dbghelp: pe_unmap_directory() is unused so remove it. 2015-03-16 15:03:31 +09:00
source.c dbghelp: Add stubs for SymEnumSourceLines/SymEnumSourceLinesW. 2011-07-18 16:23:29 +02:00
stabs.c dbghelp: Fix STABS support for 64-bit on OS X. 2015-06-25 14:01:10 +09:00
stack.c dbghelp: Don't fill KdHelp structure for usermode applications. 2015-02-03 14:40:50 +09:00
storage.c Assorted spelling and typos fixes. 2014-01-27 17:00:11 +01:00
symbol.c dbghelp: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-10 15:18:25 +09:00
type.c dbghelp: Use boolean return value in boolean function. 2014-04-29 11:18:51 +02:00
version.rc
wdbgexts.h