summaryrefslogtreecommitdiff
path: root/src/cpu/pc_event.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2013-04-22arm: Enable support for triggering a sim panic on kernel panicsAndreas Sandberg
2012-11-02ARM: dump stats and process info on context switchesDam Sunwoo
2012-05-10gem5: fix some iterator use and erase bugsAli Saidi
2012-01-16Merge yet again with the main repository.Gabe Black
2012-01-09CPU: Remove Alpha-specific PC alignment check.Anders Handler
2011-11-18SE/FS: Get rid of FULL_SYSTEM in the CPU directory.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15debug: create a Debug namespaceNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2009-02-23debug: Move debug_break into src/baseNathan Binkert
2007-03-12remove the extern C around gdb helper functions. It's need needed for any new...Ali Saidi
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt