Sweden-Number/dlls/dbghelp
Ken Thomases c7a0d5f626 dbghelp: Avoid asserting on egregiously long stabs symbol names.
Some Mac libraries have symbols which are many thousands of characters long.
(Thank you, C++ templates!)  It doesn't seem worth it to accommodate those by
dynamically allocating the symbol name buffer, but we definitely don't want to
assert.  Just log an ERR.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-10 10:24:19 +02:00
..
tests
Makefile.in
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c dbghelp: Add xmm and mxcsr register mapping functions for i386. 2020-08-05 15:06:53 +02:00
cpu_x86_64.c
dbghelp.c dbghelp: Ignore missing debug info in SymInitializeW. 2020-08-01 10:02:16 +02:00
dbghelp.spec
dbghelp_private.h
dwarf.c
dwarf.h
elf_module.c
image.c
image_private.h
inflate.c
macho_module.c
minidump.c
module.c
msc.c
path.c dbghelp: Replace another usage of GetEnvironmentVariable() with the target process's environment. 2020-08-01 11:32:43 +02:00
pe_module.c
source.c
stabs.c dbghelp: Avoid asserting on egregiously long stabs symbol names. 2020-09-10 10:24:19 +02:00
stack.c
storage.c
symbol.c
type.c
version.rc
wdbgexts.h
zlib.h