wine/dlls/dbghelp
Eric Pouech 819d8692c6 dbghelp: No longer embed unwind information in minidump (x86_64).
This can generate very long time when saving the minidump, but
also when reloading it.
Unwind information is expected to be gotten from an image matching
the modules listed in the minidump for Normal mode.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55798
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2024-03-15 15:06:38 +01:00
..
tests dbghelp: No longer embed unwind information in minidump (x86_64). 2024-03-15 15:06:38 +01:00
coff.c dbghelp: Remove DECLSPEC_HIDDEN usage. 2023-11-13 11:04:45 +01:00
cpu_arm.c dbghelp: Remove DECLSPEC_HIDDEN usage. 2023-11-13 11:04:45 +01:00
cpu_arm64.c dbghelp: Remove DECLSPEC_HIDDEN usage. 2023-11-13 11:04:45 +01:00
cpu_i386.c dbghelp: Remove DECLSPEC_HIDDEN usage. 2023-11-13 11:04:45 +01:00
cpu_x86_64.c dbghelp: No longer embed unwind information in minidump (x86_64). 2024-03-15 15:06:38 +01:00
dbghelp.c dbghelp: Expose some internal information about modules to winedbg. 2023-11-16 20:56:03 +01:00
dbghelp.spec dbghelp: Expose some internal information about modules to winedbg. 2023-11-16 20:56:03 +01:00
dbghelp_private.h dbghelp: Don't write minidump from running thread. 2024-03-14 18:41:42 +01:00
dwarf.c dbghelp: Expose some internal information about modules to winedbg. 2023-11-16 20:56:03 +01:00
dwarf.h
elf_module.c dbghelp: Expose PE native vs builtin information to winedbg. 2023-11-16 20:56:07 +01:00
image.c
image_private.h dbghelp: Expose some internal information about modules to winedbg. 2023-11-16 20:56:03 +01:00
macho_module.c dbghelp: Pretend mach-o is present in case of failure. 2023-11-16 20:56:07 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
minidump.c dbghelp: Simplify thread info generation in minidump. 2024-03-14 18:41:42 +01:00
module.c dbghelp: Don't fail in SymAddSymbol for modules without debug information. 2024-03-07 22:56:12 +01:00
msc.c dbghelp: Fix PDB processing using the FPO stream instead of FPOEXT. 2024-03-15 15:06:37 +01:00
path.c dbghelp: Support SLMFLAG_NO_SYMBOLS in SymLoadModuleEx*(). 2024-03-07 22:56:12 +01:00
pe_module.c dbghelp: Use an intermediate buffer in SymFunctionTableAccess (x86_64). 2024-03-14 18:41:42 +01:00
source.c dbghelp: Simplified module_find_by_addr(). 2023-10-18 11:01:56 +02:00
stabs.c dbghelp: Support redefinition of a range statement. 2024-01-17 10:57:12 +01:00
stack.c dbghelp: Implement SymAddrIncludeInlineTrace(). 2022-11-18 14:11:50 +01:00
storage.c dbghelp: Allocate real_path with the CRT and copy it to the module heap. 2023-06-27 11:58:05 +02:00
symbol.c dbghelp: Implement SymFromIndex(). 2024-02-19 20:39:43 +01:00
type.c dbghelp: Use nameless union/structs. 2023-07-05 17:03:30 +02:00
version.rc