summaryrefslogtreecommitdiff
path: root/src/sim/debug.cc
AgeCommit message (Expand)Author
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