ChangeSet ID: 10936 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/02 18:14:12
Modified files: programs/winedbg: winedbg.c stabs.c msc.c module.c memory.c hash.c gdbproxy.c debugger.h Makefile.in Added files: programs/winedbg: pe.c elf.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - now detecting Dwarf debug information in ELF modules (but don't load it) - separated module management (pe.c, elf.c) from debug information management (stabs.c, msc.c) - worked around new wine-pthread and wine-kthread loaders (no longer use "wine" as default loader) - better convergence of gdb-proxy and winedbg for ELF handling - fixed ELF link-map walking - now using all loaded shared libs - (with the help of Robert Shearman) - added a bit of const correctness
Patch: http://cvs.winehq.org/patch.py?root=/home/winehq/opt/cvs-commit&id=10936
Old revision New revision Changes Path 1.17 1.18 +24 -18 wine/programs/winedbg/winedbg.c 1.11 1.12 +45 -557 wine/programs/winedbg/stabs.c 1.6 1.7 +25 -315 wine/programs/winedbg/msc.c 1.5 1.6 +12 -187 wine/programs/winedbg/module.c 1.6 1.7 +1 -1 wine/programs/winedbg/memory.c 1.15 1.16 +1 -1 wine/programs/winedbg/hash.c 1.16 1.17 +9 -29 wine/programs/winedbg/gdbproxy.c 1.16 1.17 +38 -12 wine/programs/winedbg/debugger.h 1.2 1.3 +2 -0 wine/programs/winedbg/Makefile.in Added 1.1 +0 -0 wine/programs/winedbg/pe.c Added 1.1 +0 -0 wine/programs/winedbg/elf.c