Sweden-Number/dlls/dbghelp
Eric Pouech 00a11ff73d dbghelp: Don't use .debug_frame section if non present when unwinding.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52295
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-03 14:50:29 +01:00
..
tests dbghelp: Use _NT_ALT_SYMBOL_PATH. 2021-11-15 20:04:04 +01:00
Makefile.in dbghelp: Use the bundled zlib. 2021-10-18 11:08:00 +02:00
coff.c dbghelp: Make symt_add_func_line() last parameter an absolute address. 2021-10-29 21:27:41 +02:00
cpu_arm.c
cpu_arm64.c dbghelp: Ensure all adresses are stored at least in DWORD_PTR. 2021-09-10 20:22:11 +02:00
cpu_i386.c krnl386: Move the 16-bit stack out of the WOW32Reserved field. 2020-11-26 21:31:53 +01:00
cpu_x86_64.c dbghelp: Support UWOP_EPILOG in unwind. 2021-10-14 18:59:53 +02:00
dbghelp.c dbghelp: Use _NT_ALT_SYMBOL_PATH. 2021-11-15 20:04:04 +01:00
dbghelp.spec dbghelp: Implement SymEnumTypesByName(W). 2021-12-10 22:00:17 +01:00
dbghelp_private.h dbghelp: Attach a struct cpu* to every module. 2021-11-08 21:00:57 +01:00
dwarf.c dbghelp: Don't use .debug_frame section if non present when unwinding. 2022-01-03 14:50:29 +01:00
dwarf.h dbghelp/dwarf: Add definitions of some GNU extensions for FORMs. 2021-09-14 21:35:52 +02:00
elf_module.c dbghelp: Move debug info loading out of image backends into SymLoadModuleEx(). 2021-11-16 22:14:24 +01:00
image.c dbghelp: MapDebugInformation and UnmapDebugInformation are not available on 64 bit architectures. 2021-10-06 20:29:34 +02:00
image_private.h dbghelp: Added support for locating a .dwz file (GNU extension) attached to a debug file. 2021-09-16 22:22:44 +02:00
macho_module.c mountmgr: Return a Unix file name in the IOCTL_MOUNTMGR_QUERY_SYMBOL_FILE request. 2021-11-26 18:07:30 +01:00
minidump.c dbghelp: Use wide string literals. 2021-10-19 20:55:41 +02:00
module.c dbghelp: Fix use after free. 2021-12-13 18:02:58 +01:00
msc.c dbghelp: Silence some FIXMEs. 2021-12-16 20:29:38 +01:00
path.c dbghelp: Use wide string literals. 2021-10-19 20:55:41 +02:00
pe_module.c dbghelp: Move debug info loading out of image backends into SymLoadModuleEx(). 2021-11-16 22:14:24 +01:00
source.c dbghelp: Harden inspection of Dwarf line number information. 2021-09-03 13:50:38 +02:00
stabs.c dbghelp: Use cpu from debuggee's modules rather than debugger's. 2021-11-08 21:00:57 +01:00
stack.c dbghelp: Implement StackWalkEx for inlined frames. 2021-10-28 18:25:16 +02:00
storage.c
symbol.c dbghelp: Silence some FIXMEs. 2021-12-16 20:29:38 +01:00
type.c dbghelp: Implement SymEnumTypesByName(W). 2021-12-10 22:00:17 +01:00
version.rc
wdbgexts.h