index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
python
/
m5
/
main.py
Age
Commit message (
Expand
)
Author
2008-12-06
traceflags: Make "All" a valid trace flag.
Nathan Binkert
2008-11-17
Sort trace flags before printing them.
Steve Reinhardt
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-10-09
pdb: Try to make pdb work better.
Nathan Binkert
2008-10-06
python: cleanup options parsing stuff so that it properly deals with defaults.
Nathan Binkert
2008-08-04
Make time format in 'started' line same as 'compiled'.
Steve Reinhardt
2008-08-04
Add -r/-e options to redirect stdout/stderr.
Steve Reinhardt
2008-07-23
RemoteGDB: add an m5 command line option for setting or disabling remote gdb.
Michael Adler
2008-06-14
Command line option to print out List of SimObjects and their parameters
Nathan Binkert
2008-06-14
main: add .m5/options.py processing. This file is processed before
Nathan Binkert
2008-06-14
Add .m5 configuration directory
Nathan Binkert
2008-06-14
python: Separate the options parsing stuff. Remove options parsing stuff from
Nathan Binkert
2008-06-14
python: Move various utility classes into a new m5.util package so
Nathan Binkert
2008-06-13
HG: Add compiled hg revision and date to the standard M5 output.
Ali Saidi
2008-02-11
Update copyright dates
Ali Saidi
2007-08-02
main: expose the build information as a simple command line parameter
Nathan Binkert
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-03-02
Factor code out of main.cc and main.i into a bunch of files
Nathan Binkert
2007-02-21
Fix tracing so it starts right away if --trace-start is not
Nathan Binkert
2007-02-17
Get rid of the Statistics and Statreset ParamContexts, and
Nathan Binkert
2007-02-17
Default to tracing being disabled in C++, it will be turned
Nathan Binkert
2007-02-13
Merge all of the execution trace configuration stuff into
Nathan Binkert
2007-02-13
Rearrange traceflags.py so that the file generation only happens if
Nathan Binkert
2007-02-10
Clean up tracing stuff more, get rid of the trace log since
Nathan Binkert
2007-02-09
Clean up from my last commit to the trace stuff.
Nathan Binkert
2007-02-09
Get rid of the Trace ParamContext and give python direct
Nathan Binkert
2007-01-03
set __name__ in the root m5 script to __m5_main__ so we can
Nathan Binkert
2006-11-13
Expose debugBreakCycle through swig and get rid of
Nathan Binkert
2006-11-12
Create a module called internal where swigged stuff goes.
Nathan Binkert
2006-11-07
add code to operate in lockstep with legion
Ali Saidi
2006-10-02
Oops, forgot to assign the option to the param context.
Kevin Lim
2006-10-02
Add in ability to start a trace at a specific cycle.
Kevin Lim
2006-08-11
Started adding a system to output data after every instruction.
Gabe Black
2006-07-27
Output the command line.
Kevin Lim
2006-07-14
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-14
Minor updates.
Kevin Lim
2006-07-13
fix help when no arguments are passed to m5
Ali Saidi
2006-07-12
Add --pdb
Nathan Binkert
2006-07-12
Fix __file__ for scripts
Nathan Binkert
2006-07-11
Fix option parsing.
Nathan Binkert
2006-07-10
Migrate most of main() and and all option parsing to python
Nathan Binkert