• Eric Pouech's avatar
    dbghelp: Better handle very long C++ qualified identifiers in dwarf. · 542ccaaf
    Eric Pouech authored
    This fixes some crashes especially when dealing with very long C++ names
    (like template classes).
    
    Fortunately, dwarf internals don't require type lookup by name (eg.
    on forward declaration), so the impact of thrashing some names is limited.
    
    It's very likely native doesn't store directly these very long names
    (it could either store the qualified mangled name - which can be way shorter
    for template classes - or use the names in lexical hierarchy: both boil down
    to storing less information, and recompute it (unmangle or class hierarchy
    walk) upon request).
    But this would need a proper C++ support in dbghelp. Not for today.
    Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
    542ccaaf
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
coff.c Loading commit data...
cpu_arm.c Loading commit data...
cpu_arm64.c Loading commit data...
cpu_i386.c Loading commit data...
cpu_x86_64.c Loading commit data...
dbghelp.c Loading commit data...
dbghelp.spec Loading commit data...
dbghelp_private.h Loading commit data...
dwarf.c Loading commit data...
dwarf.h Loading commit data...
elf_module.c Loading commit data...
image.c Loading commit data...
image_private.h Loading commit data...
macho_module.c Loading commit data...
minidump.c Loading commit data...
module.c Loading commit data...
msc.c Loading commit data...
path.c Loading commit data...
pe_module.c Loading commit data...
source.c Loading commit data...
stabs.c Loading commit data...
stack.c Loading commit data...
storage.c Loading commit data...
symbol.c Loading commit data...
type.c Loading commit data...
version.rc Loading commit data...