wine-wine/dlls/dbghelp
Eric Pouech ade919c603 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)
2007-03-13 20:58:08 +01:00
..
Makefile.in dbghelp: Get rid of long int issues on 64bit platforms. 2006-11-30 13:26:39 +01:00
coff.c dbghelp: Get rid of long int issues on 64bit platforms. 2006-11-30 13:26:39 +01:00
dbghelp.c dbghelp: A few fixes related to Unicode translation. 2007-02-22 12:27:39 +01:00
dbghelp.spec dbghelp: Implemented SymEnumTypesW. 2007-03-05 12:15:16 +01:00
dbghelp_private.h dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) 2007-03-13 20:58:08 +01:00
dwarf.c dbghelp: Added an ANSI copy of the module name (useful for next patches). 2007-02-22 11:28:53 +01:00
dwarf.h dbghelp: dwarf: Started parsing the attributes for lines (in compilation unit). 2006-06-20 11:54:17 +02:00
elf_module.c dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) 2007-03-13 20:58:08 +01:00
image.c dbghelp: Get rid of long int issues on 64bit platforms. 2006-11-30 13:26:39 +01:00
memory.c dbghelp: Get rid of long int issues on 64bit platforms. 2006-11-30 13:26:39 +01:00
minidump.c dbghelp: Move elf_fetch_file_info to Unicode. 2007-02-22 12:29:53 +01:00
module.c dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) 2007-03-13 20:58:08 +01:00
msc.c dbghelp: Check file handles against INVALID_HANDLE_VALUE, not NULL. 2007-03-08 21:31:00 +01:00
path.c dbghelp: Move elf_fetch_file_info to Unicode. 2007-02-22 12:29:53 +01:00
pe_module.c dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) 2007-03-13 20:58:08 +01:00
source.c dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) 2007-03-13 20:58:08 +01:00
stabs.c dbghelp: Function points location is now expressed as a struct location. 2006-11-27 17:55:44 +01:00
stack.c dbghelp: nread can be NULL for read_mem and read_mem64. 2007-02-15 19:15:35 +01:00
storage.c dbghelp: Sparse array speed up. 2006-12-11 12:15:34 +01:00
symbol.c dbghelp: Cleanups for module loading (lookups on module name and image name are two different things) 2007-03-13 20:58:08 +01:00
type.c dbghelp: Implemented SymEnumTypesW. 2007-03-05 12:15:16 +01:00
wdbgexts.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00