summaryrefslogtreecommitdiff
path: root/src/arch/sparc/remote_gdb.cc
AgeCommit message (Expand)Author
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2008-09-27arch: TheISA shouldn't really ever be used in the arch directory.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-10-02SPARC,Remote GDB: Flesh out the acc function for SE mode.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2007-02-15fixup remote gdb support for sparc fsAli Saidi
2007-01-30Make clearSingleStep in SPARC a warning, and rephrase the panic for setSingle...Gabe Black
2006-11-08Changed the getReg and setReg functions so that they work like netbsd. Appare...Gabe Black
2006-11-07Broke remote_gdb into a base class and architecture specific derived classes.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black