Sweden-Number/dlls/dbghelp
Maarten Lankhorst 1dc3ef5188 dbghelp: Add support for zlib compressed debug sections.
Patch created with the assistance of Eric Pouech who helped diagnose
the problem, wrote some parts of this patch and reviewed this patch.
2013-01-30 20:10:44 +01:00
..
Makefile.in dbghelp: Add support for zlib compressed debug sections. 2013-01-30 20:10:44 +01:00
coff.c dbghelp: Protect COFF line number parsing against out of bounds access. 2012-05-21 11:33:59 +02:00
cpu_arm.c dbghelp: Remove useless code in ARM stack walk. 2013-01-23 12:44:12 +01:00
cpu_arm64.c dbghelp: Implement rudimentary stack walk for ARM64. 2013-01-23 12:44:06 +01:00
cpu_i386.c dbghelp: Size of the floating point stack registers is 10 bytes (Coverity). 2012-10-25 11:49:06 +02:00
cpu_ppc.c dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump. 2012-01-24 18:10:32 +01:00
cpu_sparc.c dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump. 2012-01-24 18:10:32 +01:00
cpu_x86_64.c dbghelp: Fix uninitialized variable usage. 2012-03-28 13:55:26 +02:00
crc32.c dbghelp: One line only for the copyright. 2011-08-01 18:26:26 +02:00
dbghelp.c dbghelp: Add ARM64 support. 2013-01-16 12:53:16 +01:00
dbghelp.spec dbghelp: Implement SymMatchStringW. 2011-11-01 10:42:53 +01:00
dbghelp_private.h dbghelp: Allow each CPU backend to save CPU specific memory ranges in minidump. 2012-01-24 18:10:32 +01:00
dwarf.c dbghelp: Add support for zlib compressed debug sections. 2013-01-30 20:10:44 +01:00
dwarf.h dbghelp: Add some new dwarf enumerations. 2011-09-06 13:25:51 +02:00
elf_module.c dbghelp: Avoid signed-unsigned integer comparisons. 2013-01-15 12:14:11 +01:00
image.c
image_private.h dbghelp: Store the 32/64 bitness in the image structure. 2012-02-14 12:31:48 +01:00
macho_module.c dbghelp: Use sysconf() instead of getpagesize(). 2013-01-09 12:15:25 +01:00
minidump.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
module.c dbghelp: Remove a superfluous TRUE:FALSE conditional expression. 2012-08-15 12:12:43 +02:00
msc.c dbghelp: Avoid signed-unsigned integer comparisons. 2013-01-15 12:14:11 +01:00
path.c dbghelp: Assorted fixes for shadow variables. 2012-04-23 12:58:36 +02:00
pe_module.c dbghelp: Store the 32/64 bitness in the image structure. 2012-02-14 12:31:48 +01:00
source.c dbghelp: Add stubs for SymEnumSourceLines/SymEnumSourceLinesW. 2011-07-18 16:23:29 +02:00
stabs.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
stack.c dbghelp: Provide a non-NULL number of bytes read to ReadProcessMemoryProc64 callback. 2010-06-28 11:42:02 +02:00
storage.c dbghelp: Improved arena allocation in pool_alloc. 2009-08-14 15:29:59 +02:00
symbol.c dbghelp: Use new regular expression matcher for files. 2012-01-23 16:07:39 +01:00
type.c dbghelp: Do all module and symbol names matching using unicode string (and new regular expression matcher). 2012-01-23 16:07:39 +01:00
version.rc dbghelp: Add version resource. 2009-08-27 15:41:12 +02:00
wdbgexts.h