summaryrefslogtreecommitdiff
path: root/src/cpu/exetrace.hh
AgeCommit message (Expand)Author
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-07-28Turn the instruction tracing code into pluggable sim objects.Gabe Black
2007-03-07Add setData functions for the new Twin??_t types.Gabe Black
2007-02-17Default to tracing being disabled in C++, it will be turnedNathan Binkert
2007-02-13Merge all of the execution trace configuration stuff intoNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-01-26make our code a little more standards compliantAli Saidi
2006-11-07add code to operate in lockstep with legionAli Saidi
2006-08-30Change the cpu pointer in the InstRecord object to a thread context pointer.Gabe Black
2006-08-11Started adding a system to output data after every instruction.Gabe Black
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-22New directory structure:Steve Reinhardt