• Eric Pouech's avatar
    Memory consumption optimization while loading ELF debug info: · 01aa7137
    Eric Pouech authored
    - don't map twice an ELF file for symbol lookup (in non deferred mode)
    - no longer entirely map an ELF file into memory, but only the
      sections we need.
    Added support for loading ELF modules thru SymLoadModule in a non life
    process.
    Factorisation of code for ELF module handling.
    Fixes to ELF symbol loading
    - drops symbols from symtab which are neither funcs nor global
      variables
    - fixes some incorrect size computation for latest GCC versions.
    Several cleanups and fixes.
    01aa7137
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
coff.c Loading commit data...
dbghelp.c Loading commit data...
dbghelp.spec Loading commit data...
dbghelp_private.h Loading commit data...
elf_module.c Loading commit data...
image.c Loading commit data...
memory.c Loading commit data...
minidump.c Loading commit data...
module.c Loading commit data...
msc.c Loading commit data...
mscvpdb.h 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...