summaryrefslogtreecommitdiff
path: root/src/python/m5/main.py
AgeCommit message (Expand)Author
2007-08-02main: expose the build information as a simple command line parameterNathan Binkert
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-03-02Factor code out of main.cc and main.i into a bunch of filesNathan Binkert
2007-02-21Fix tracing so it starts right away if --trace-start is notNathan Binkert
2007-02-17Get rid of the Statistics and Statreset ParamContexts, andNathan Binkert
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-13Rearrange traceflags.py so that the file generation only happens ifNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2007-02-09Clean up from my last commit to the trace stuff.Nathan Binkert
2007-02-09Get rid of the Trace ParamContext and give python directNathan Binkert
2007-01-03set __name__ in the root m5 script to __m5_main__ so we canNathan Binkert
2006-11-13Expose debugBreakCycle through swig and get rid ofNathan Binkert
2006-11-12Create a module called internal where swigged stuff goes.Nathan Binkert
2006-11-07add code to operate in lockstep with legionAli Saidi
2006-10-02Oops, forgot to assign the option to the param context.Kevin Lim
2006-10-02Add in ability to start a trace at a specific cycle.Kevin Lim
2006-08-11Started adding a system to output data after every instruction.Gabe Black
2006-07-27Output the command line.Kevin Lim
2006-07-14Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-14Minor updates.Kevin Lim
2006-07-13fix help when no arguments are passed to m5Ali Saidi
2006-07-12Add --pdbNathan Binkert
2006-07-12Fix __file__ for scriptsNathan Binkert
2006-07-11Fix option parsing.Nathan Binkert
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert