• Eric Pouech's avatar
    dbghelp: Cleanups for module loading (lookups on module name and image name are… · ade919c6
    Eric Pouech authored
    dbghelp: Cleanups for module loading (lookups on module name and image name are two different things)
    
    - split up module_find_by_name in two different functions:
      + reused module_find_by_name which looks upon the module name
      + added module_is_already_loaded which looks upon the image name
    - cleanup module loading using these functions (removed extra parameter
      to pe_load_module_from_pcs)
    ade919c6
Name
Last commit
Last update
..
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...
dwarf.c Loading commit data...
dwarf.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...
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...
wdbgexts.h Loading commit data...