summaryrefslogtreecommitdiff
path: root/src/arch/sparc/remote_gdb.cc
AgeCommit message (Expand)Author
2018-01-20arch, mem: Make the page table lookup function return a pointer.Gabe Black
2018-01-20sim, arch, base: Refactor the base remote GDB class.Gabe Black
2017-05-18base: Refactor the GDB code.Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-12-18arm: remote GDB: rationalize structure of register offsetsBoris Shingarov
2014-12-05misc: Generalize GDB single stepping.Gabe Black
2014-12-05misc: Make the GDB register cache accessible in various sized chunks.Gabe Black
2012-09-10NetBSD: Build on NetBSDPalle Lyckegaard
2012-02-11SPARC: Make PSTATE and HPSTATE a BitUnion.Gabe Black
2011-11-18SE/FS: Get rid of includes of config/full_system.hh.Gabe Black
2011-10-30SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs.Gabe Black
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
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