summaryrefslogtreecommitdiff
path: root/src/sim/debug.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-10-09sim: Add relative break schedulingDylan Johnson
2015-09-02sim: Add ability to break at specific kernel functionDylan Johnson
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2013-11-25sim: simulate with multiple threads and event queuesSteve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2013-11-01sim: Clarify the difference between tracing and debuggingAndreas Hansson
2012-11-16sim: have a curTick per eventqNilay Vaish
2011-09-22event: minor cleanupSteve Reinhardt
2011-05-04Debug: Add a function to cause the simulator to create a checkpoint from GDB.Ali Saidi
2011-04-15debug: create a Debug namespaceNathan Binkert
2009-02-23debug: Move debug_break into src/baseNathan Binkert
2008-10-10gdb: add a debugging function that enters the python interpreter.Nathan Binkert
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-07-23RemoteGDB: add an m5 command line option for setting or disabling remote gdb.Michael Adler
2008-02-06Make the Event::description() a const functionStephen Hines
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-06-26remove extern "C" from the functions we all from gdb. This isn't requried and...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt