Posted (Nov. 8, 2010, 10 a.m.)
Was the remote_gdb.cc file copied with "hg cp" Be nice if it were.
Posted (Nov. 9, 2010, 3:50 a.m.)
Instead of packing/unpacking 32 bit values in 64 bit registers, why don't we template the base class on the type of register it's going to hold. I think the changes to the base class would be minimal, and it would simplify this ARM code nicely with almost no impact on the other ISAs.
-
src/arch/arm/remote_gdb.hh (Diff revision 1) -
If you're not going to indent the constants above (which seems to be the preferred way to do things) then you should unindent this. I think it's better to be consistent that inconsistently correct.
-
src/arch/arm/remote_gdb.cc (Diff revision 1) -
This is already happening in the base class constructor.
