wine/programs/winedbg winedbg.c types.c memory ...

Alexandre Julliard julliard at winehq.org
Tue May 24 06:46:25 CDT 2005


ChangeSet ID:	17734
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/24 06:46:25

Modified files:
	programs/winedbg: winedbg.c types.c memory.c gdbproxy.c 
	                  debugger.h break.c be_ppc.c be_i386.c be_cpu.h 
	                  be_alpha.c Makefile.in 
Added files:
	programs/winedbg: tgt_active.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- started infrastructure for proper multi-target support (active
	process, minidump...)
	- all read/write memory ops are now done thru a centralized process_io
	facility
	- minor fixes & cleanups in CPU backends

Patch: http://cvs.winehq.org/patch.py?id=17734

Old revision  New revision  Changes     Path
 1.33          1.34          +34 -18     wine/programs/winedbg/winedbg.c
 1.11          1.12          +1 -1       wine/programs/winedbg/types.c
 1.19          1.20          +10 -10     wine/programs/winedbg/memory.c
 1.24          1.25          +18 -19     wine/programs/winedbg/gdbproxy.c
 1.28          1.29          +12 -3      wine/programs/winedbg/debugger.h
 1.11          1.12          +6 -4       wine/programs/winedbg/break.c
 1.1           1.2           +11 -11     wine/programs/winedbg/be_ppc.c
 1.1           1.2           +26 -14     wine/programs/winedbg/be_i386.c
 1.1           1.2           +6 -6       wine/programs/winedbg/be_cpu.h
 1.1           1.2           +7 -7       wine/programs/winedbg/be_alpha.c
 1.8           1.9           +1 -0       wine/programs/winedbg/Makefile.in
 Added         1.1           +0 -0       wine/programs/winedbg/tgt_active.c




More information about the wine-cvs mailing list