wine-wine/dlls/dbghelp
Eric Pouech 2ed8b9f6b6 dbghelp: Added helper to image_file_map to map also directory out of PE executables. 2010-03-22 11:27:32 +01:00
..
Makefile.in makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
coff.c dbghelp: Wrap the symt* <=> index transformations. 2009-12-15 11:56:45 +01:00
cpu_i386.c dbghelp: Fix broken sw_read_mem() call in i386 stack backtrace. 2010-02-04 19:32:12 +01:00
cpu_ppc.c dbghelp: Remove a couple of unnneeded include files. 2010-02-04 13:39:28 +01:00
cpu_x86_64.c dbghelp: Remove a couple of unnneeded include files. 2010-02-04 13:39:28 +01:00
crc32.c dbghelp: Increase file read buffer size for calc_crc32. 2009-03-12 14:29:14 +01:00
dbghelp.c dbghelp: Fix a typo. 2009-12-31 12:12:16 +01:00
dbghelp.spec dbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFromNameW64. 2010-02-09 17:13:36 +01:00
dbghelp_private.h dbghelp: Added helper to image_file_map to map also directory out of PE executables. 2010-03-22 11:27:32 +01:00
dwarf.c dbghelp: Create new infrastructure to hold specific information for multiple file/debug formats in a single module, and use it to store dwarf2 stuff. 2010-03-19 12:08:27 +01:00
dwarf.h dbghelp: When the CU is compiled with GCC, deal with some GCC extensions. 2009-06-29 13:13:50 +02:00
elf_module.c dbghelp: Moved the ELF's module information into the new scheme. 2010-03-19 12:08:46 +01:00
image.c
image_private.h dbghelp: Extend the image (ELF/PE) scheme to get the RVA out of a section. 2010-03-19 12:07:45 +01:00
macho_module.c dbghelp: Move the mach-o information into the modfmt structure. 2010-03-19 12:23:36 +01:00
minidump.c dbghelp: Add a couple of helpers to struct cpu to help adding the stack to minidump. 2009-12-23 14:27:29 +01:00
module.c dbghelp: Moved the ELF's module information into the new scheme. 2010-03-19 12:08:46 +01:00
msc.c dbghelp: Add basic support for PVOID64. 2010-02-08 17:14:43 +01:00
path.c dbghelp: Add support for debugging Mach-O modules. 2009-03-25 12:17:29 +01:00
pe_module.c dbghelp: Added helper to image_file_map to map also directory out of PE executables. 2010-03-22 11:27:32 +01:00
source.c dbghelp: Grow all arrays by doubling the size. 2009-07-10 14:46:55 +02:00
stabs.c dbghelp: Fix typo in url. 2010-01-06 09:52:48 +01:00
stack.c dbghelp: Fix a pointer cast. 2010-02-16 15:50:43 +01:00
storage.c dbghelp: Improved arena allocation in pool_alloc. 2009-08-14 15:29:59 +02:00
symbol.c dbghelp: Create new infrastructure to hold specific information for multiple file/debug formats in a single module, and use it to store dwarf2 stuff. 2010-03-19 12:08:27 +01:00
type.c dbghelp: Wrap the symt* <=> index transformations. 2009-12-15 11:56:45 +01:00
version.rc dbghelp: Add version resource. 2009-08-27 15:41:12 +02:00
wdbgexts.h