Sweden-Number/dlls/dbghelp
Alexandre Julliard 65c3765739 Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr>
- Fix debug info look-up (bug in translating the RVA of the debug
  directory).
- Fix code for adding PE export table as debug info (crash with NULL
  passed to RtlImageDirectoryEntryToData).
- Fix computation of non-relocatable ELF shared objects size.
- Fix loading (while parsing the link map) of new non-relocatable ELF
  shared objects (no longer take account load-address of link-map).
- Finished the AUTO_PUBLIC, NO_PUBLICS and PUBLICS_ONLY support for PE and ELF.
- Cleaned up public symbol management (which should now properly work).
2004-08-30 19:31:13 +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 Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +00:00
dbghelp.spec - implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath, 2004-06-14 17:58:31 +00:00
dbghelp_private.h Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +00:00
elf_module.c Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +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 Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +00:00
msc.c Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +00:00
path.c - implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath, 2004-06-14 17:58:31 +00:00
pe_module.c Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +00:00
source.c First shot at implementing dbghelp. 2004-04-05 22:21:27 +00:00
stabs.c Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +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 Authors: Robert Shearman <rob@codeweavers.com>, Eric Pouech <pouech-eric@wanadoo.fr> 2004-08-30 19:31:13 +00:00
type.c - implemented EnumDirTree, SearchTreeForFile, SymFindFileInPath, 2004-06-14 17:58:31 +00:00