summaryrefslogtreecommitdiff
path: root/src/arch/alpha/remote_gdb.cc
AgeCommit message (Expand)Author
2009-07-08Alpha: Move reg_redir into its own files, and move some constants into regfil...Gabe Black
2008-09-27style: Make a style pass over the whole arch/alpha directory.Nathan Binkert
2008-09-27alpha: Clean up namespace usage.Nathan Binkert
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-06-14Modified instruction decode method.Vincentius Robby
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-12-20Fixes to get ALPHA_FS and ALPHA_SE to compile again.Gabe Black
2006-11-08Make a function to say how big gdbregs is in bytes vs. regs.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