Remote GDB support has been changed to use inheritance. Alpha should work, but isn...
authorGabe Black <gblack@eecs.umich.edu>
Mon, 6 Nov 2006 23:29:58 +0000 (18:29 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 6 Nov 2006 23:29:58 +0000 (18:29 -0500)
commit85a6079db7c2e7146dc437c9c032d2aa56dd9048
tree8a62bbaf9b80b2e645731982332fcf1abb7ad16c
parente39de58d21723df527ec979cde1df29980fab234
Remote GDB support has been changed to use inheritance. Alpha should work, but isn't tested. Other architectures will not.

--HG--
extra : convert_revision : fc7e1e73e2f3b1a4ab9905a1eb98c5f07c6c8707
13 files changed:
src/arch/SConscript
src/arch/alpha/SConscript
src/arch/alpha/ev5.cc
src/arch/alpha/remote_gdb.cc [new file with mode: 0644]
src/arch/alpha/remote_gdb.hh [new file with mode: 0644]
src/arch/alpha/system.cc
src/arch/sparc/remote_gdb.cc [new file with mode: 0644]
src/arch/sparc/remote_gdb.hh [new file with mode: 0644]
src/base/remote_gdb.cc
src/base/remote_gdb.hh
src/cpu/o3/fetch_impl.hh
src/sim/system.cc
src/sim/system.hh