wine-wine/dlls/dbghelp
Alexandre Julliard 891d025639 dbghelp: Fix an invalid pointer cast. 2009-12-10 15:31:27 +01:00
..
Makefile.in dbghelp: Moved addr_to_linear() to stack.c. 2009-12-10 15:29:20 +01:00
coff.c dbghelp: Grow all arrays by doubling the size. 2009-07-10 14:46:55 +02:00
crc32.c dbghelp: Increase file read buffer size for calc_crc32. 2009-03-12 14:29:14 +01:00
dbghelp.c dbghelp: Fix an invalid pointer cast. 2009-12-10 15:31:27 +01:00
dbghelp.spec dbghelp: Stub SymRefreshModuleList. 2009-11-16 17:04:48 +01:00
dbghelp_private.h dbghelp: Moved addr_to_linear() to stack.c. 2009-12-10 15:29:20 +01:00
dwarf.c dbghelp: In dwarf parsing, allow 64 bit wide values. 2009-11-29 16:39:35 +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: elf_load_file: return if elf_map_file fails. 2009-10-28 14:28:38 +01:00
image.c
macho_module.c dbghelp: Fix detection of special Wine segments. 2009-06-25 11:45:24 +02:00
minidump.c dbghelp: Fix the threads stream size. 2009-11-13 13:37:51 +01:00
module.c dbghelp: Check wImageName for NULL (Coverity). 2009-12-01 13:14:40 +01:00
msc.c dbghelp: Correctly compute offsets in line number information. 2009-11-23 10:36:09 +01:00
path.c dbghelp: Add support for debugging Mach-O modules. 2009-03-25 12:17:29 +01:00
pe_module.c dbghelp: For mingw32 (stabs debug info), parse the FileHeader's symbol table to offset properly the global variables. 2009-12-10 11:53:57 +01:00
source.c dbghelp: Grow all arrays by doubling the size. 2009-07-10 14:46:55 +02:00
stabs.c dbghelp: Check for NULL adt before using it in stabs_pts_read_aggregate. 2009-08-17 13:57:49 +02:00
stack.c dbghelp: Moved addr_to_linear() to stack.c. 2009-12-10 15:29:20 +01:00
storage.c dbghelp: Improved arena allocation in pool_alloc. 2009-08-14 15:29:59 +02:00
symbol.c dbghelp: Add a missing NULL check (Coverity). 2009-12-09 12:03:47 +01:00
type.c dbghelp: Revisit array len description for debug format parsers. 2009-11-23 10:36:02 +01:00
version.rc dbghelp: Add version resource. 2009-08-27 15:41:12 +02:00
wdbgexts.h