summaryrefslogtreecommitdiff
path: root/src/arch/arm/nativetrace.cc
AgeCommit message (Expand)Author
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
2010-06-02ARM: Fixup native trace support and add some v7/recent stack codeAli Saidi
2009-11-08ARM: Split the condition codes out of the CPSR.Gabe Black
2009-07-29ARM: Make the ARM native tracer stop M5 if control diverges.Gabe Black
2009-07-29ARM: Make sure the target process doesn't run away from statetrace.Gabe Black
2009-07-27ARM: Only send information that changed between statetrace and M5.Gabe Black
2009-07-27imported patch nativetracestreamline.patchGabe Black
2009-07-27ARM: Make native trace print out what instruction caused an error.Gabe Black
2009-07-27ARM: Make native trace only print when registers are changing value.Gabe Black
2009-07-27ARM: Add a native tracer.Gabe Black