Sweden-Number/dlls/dbghelp
Eric Pouech 48a865983d - removed file extension from module (and suffixed ELF modules with
<elf>)
- added generic thunk support for builtin modules (with the help of
  winebuild's new markers for thunks)
- for ELF modules, no longer generating SymTagPublicSymbols objects
  from ELF public symbol table
- because of last point, rewrote stabs symbols' address and size
  management by parsing directly the symtab instead of using
  SymTagPublicSymbols objects
- cleaned up SymTagPublicSymbols object names for native modules
- fixed off by one errors in array management
- SymLoadModule(hProc,0,0,0,0) (wine extension) will force the
  resynchronization of internal ELF modules list)
- new option (0x40000000) for Sym{Get|Set}Option to report ELF modules
  in SymEnumModules (as well as loader with <wine-loader>)
- some minor internal clean-ups
- enhanced const correctness
2004-05-18 21:29:09 +00:00
..
.cvsignore First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
Makefile.in First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
dbghelp.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
dbghelp.spec First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
dbghelp_private.h - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
elf_module.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
image.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
memory.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
minidump.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
module.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
msc.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
path.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
pe_module.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
source.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
stabs.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
stack.c - fixed some bugs in StackWalk (claimed for but forgotten in last 2004-04-30 04:15:41 +00:00
storage.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
symbol.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00
type.c - removed file extension from module (and suffixed ELF modules with 2004-05-18 21:29:09 +00:00