Sweden-Number/dlls/dbghelp
Eric Pouech e520605fa9 dbghelp: When trying to enumerate locals & parameters with SymEnumSymbols, don't return a global or public symbol when the nearest symbol of the current context isn't a function. 2010-04-08 12:28:53 +02:00
..
Makefile.in makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
coff.c
cpu_i386.c dbghelp: Extend dwarf stack unwinding by reading information out of .debug_frame sections. 2010-04-02 10:35:02 +02:00
cpu_ppc.c dbghelp: Extend the CPU object in order to manipulate context's registers (getting context's content & register names). 2010-03-29 11:37:39 +02:00
cpu_x86_64.c dbghelp: When unwinding the stack, stop if the current address isn't in a known module. 2010-03-29 11:45:13 +02:00
crc32.c
dbghelp.c
dbghelp.spec dbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFromNameW64. 2010-02-09 17:13:36 +01:00
dbghelp_private.h dbghelp: Store delta used for re-locating a module. 2010-04-02 10:34:37 +02:00
dwarf.c dbghelp: Added support for DW_CFA_GNU_args_size. 2010-04-07 13:50:35 +02:00
dwarf.h dbghelp: Added support for DW_CFA_GNU_args_size. 2010-04-07 13:50:35 +02:00
elf_module.c dbghelp: Store delta used for re-locating a module. 2010-04-02 10:34:37 +02: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
module.c dbghelp: Store delta used for re-locating a module. 2010-04-02 10:34:37 +02:00
msc.c dbghelp: Add basic support for PVOID64. 2010-02-08 17:14:43 +01:00
path.c
pe_module.c dbghelp: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:13:28 +02:00
source.c
stabs.c
stack.c dbghelp: Enhanced x86_64 stack unwinding with PE's function table data. 2010-03-25 09:45:11 +01:00
storage.c
symbol.c dbghelp: When trying to enumerate locals & parameters with SymEnumSymbols, don't return a global or public symbol when the nearest symbol of the current context isn't a function. 2010-04-08 12:28:53 +02:00
type.c
version.rc
wdbgexts.h