- started infrastructure for proper multi-target support (active
commitd6be549a768fec15921c58d131f12d824fb2e7bd
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 24 May 2005 11:46:25 +0000 (24 11:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 May 2005 11:46:25 +0000 (24 11:46 +0000)
treec812a4bf6b37457575b8d1253d02cba18e808888
parent3c3495ea513e1abda4bf8bec91d9a05cf2376563
- 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
12 files changed:
programs/winedbg/Makefile.in
programs/winedbg/be_alpha.c
programs/winedbg/be_cpu.h
programs/winedbg/be_i386.c
programs/winedbg/be_ppc.c
programs/winedbg/break.c
programs/winedbg/debugger.h
programs/winedbg/gdbproxy.c
programs/winedbg/memory.c
programs/winedbg/tgt_active.c [new file with mode: 0644]
programs/winedbg/types.c
programs/winedbg/winedbg.c