summaryrefslogtreecommitdiff
path: root/util/statetrace
AgeCommit message (Expand)Author
2016-02-06util: fix apparent statetrace bugSteve Reinhardt
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2011-05-04ARM: Add vfpv3 support to native trace.Ali Saidi
2011-04-15includes: sort all includesNathan Binkert
2011-03-02Statetrace: Stub out the missing i386 version of sendState.Gabe Black
2011-03-02Statetrace: Rename i386 to i686.Gabe Black
2011-03-02Statetrace: Fix the i686 detection macro.Gabe Black
2011-03-02Statetrace: Use sys/user.h instead of linux/user.h.Gabe Black
2011-03-02Statetrace: Tweak the help for the -nt option.Gabe Black
2011-03-02Statetrace: Accomodate cross compiling statetrace with scons.Gabe Black
2011-03-02Statetrace: Convert the build to scons.Gabe Black
2011-03-02Statetrace: Allow the user to override CXX.Gabe Black
2011-03-02Statetrace: Get rid of explicit register name handling.Gabe Black
2011-03-02Statetrace: Kill the printer functionality in statetrace.Gabe Black
2011-03-02Statetrace: Clean up style.Gabe Black
2010-06-02ARM: Fixup native trace support and add some v7/recent stack codeAli Saidi
2010-05-02Statetrace: Fix compile problems with the AMD64 version of statetrace.Gabe Black
2009-07-29Statetrace: Make sure the current state is loaded to print the initial stack ...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 statetracehost.patchGabe Black
2009-07-27ARM: Add ARM support to statetrace.Ali Saidi
2009-07-27Statetrace: Fix up headers.Gabe Black
2009-05-17includes: sort includes againNathan Binkert
2007-09-04X86/StateTrace: Make m5 and statetrace track mmx and xmm registers, and actua...Gabe Black
2007-08-07Statetrace: Make statetrace do string instructions all at once like m5 does.Gabe Black
2007-08-01Statetrace: Make sure all the info block strings are printed.Gabe Black
2007-07-29Statetrace: Make statetrace patch amd64 executables for true single stepping ...Gabe Black
2007-07-29Statetrace: Print the correct address of auxiliary vectors.Gabe Black
2007-07-28Statetrace: Implement the AMD64 version of TraceChild.Gabe Black
2007-07-28Statetrace: Fix indendation. Set the default hostname to "localhost" instead ...Gabe Black
2007-07-28Statetrace: Fix compilation problem.Gabe Black
2007-03-15Update to statetrace. This will break it, but I want to make sure it gets int...Gabe Black
2007-03-05Fixing statetrace to work with 32 bit SPARC processes, as well as rewritting ...Gabe Black
2006-10-19Cleaned up the function a bit to help route out bugs.Gabe Black
2006-10-18Fixed up exetrace.cc to deal with microcode, and to made floating point regis...Gabe Black
2006-09-17Adding what was tracedump but is now statetrace to the tree. Let me know if s...Gabe Black