ChangeSet ID: 12778 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/03 19:10:55
Modified files: dlls/dbghelp : symbol.c stabs.c module.c elf_module.c dbghelp_private.h dbghelp.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - added support for GCC static local variables - fixed some bugs in SYMOPT_NO_PUBLICS and SYMOPT_PUBLICS_ONLY handling - in stabs parsing, just drop any debug info for a module if stabs parsing fails (instead of assert()'ing) - symbol lookup now allows lookup in pure ELF modules - fixed some bugs in symbol enumeration
Patch: http://cvs.winehq.org/patch.py?id=12778
Old revision New revision Changes Path 1.6 1.7 +23 -6 wine/dlls/dbghelp/symbol.c 1.4 1.5 +25 -5 wine/dlls/dbghelp/stabs.c 1.3 1.4 +42 -3 wine/dlls/dbghelp/module.c 1.7 1.8 +54 -27 wine/dlls/dbghelp/elf_module.c 1.4 1.5 +7 -1 wine/dlls/dbghelp/dbghelp_private.h 1.4 1.5 +0 -2 wine/dlls/dbghelp/dbghelp.c