Age | Commit message (Expand) | Author |
2009-02-18 | events: Make trace events happen at the right priority. | Nathan Binkert |
2009-02-15 | traceflags: fix --trace-help | Nathan Binkert |
2009-01-30 | SCons: Fix how we get Mercurial revision information since internals keep cha... | Ali Saidi |
2009-01-19 | python: add fatal() function to the m5 package and use it | Nathan Binkert |
2009-01-19 | python: Try to isolate the stuff that's in the m5.internal package a bit more. | Nathan Binkert |
2009-01-19 | tracing: panic() if people try to use tracing, but TRACING_ON is not set. | Nathan Binkert |
2008-12-08 | output: Change default output directory and files and update tests. | Nathan Binkert |
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 |