gem5/src/python/m5
Michael LeBeane 2ae4cce393 configs: add command-line option to stop debug output
This patch adds a --debug-end flag to main.py so that debug output can be
stoped at a specified tick, while allowing the simulation to continue. It is
useful in situations where you would like to produce a trace for a region of
interest while still collecting stats for the entire run. This is in contrast
to the currently existing --debug-break flag, which terminates the simulation
at the tick.
2016-02-13 12:36:43 -05:00
..
internal swig: Fix issue with circular import in 2.0.9/2.0.10 2013-09-18 08:46:31 -04:00
objects swig: make all generated files go into the m5.internal package 2010-09-12 15:41:34 -07:00
stats config: Add a --without-python option to build process 2014-10-16 05:49:32 -04:00
util style: remove trailing whitespace 2016-02-06 17:21:18 -08:00
__init__.py swig: Fix issue with circular import in 2.0.9/2.0.10 2013-09-18 08:46:31 -04:00
config.py Fix up regression execution to better handle tests that end abnormally. 2009-03-07 16:58:51 -08:00
core.py sim: move iterating over SimObjects into Python. 2010-08-17 05:08:50 -07:00
debug.py sim: Clarify the difference between tracing and debugging 2013-11-01 11:56:13 -04:00
event.py sim: simulate with multiple threads and event queues 2013-11-25 11:21:00 -06:00
main.py configs: add command-line option to stop debug output 2016-02-13 12:36:43 -05:00
options.py python: cleanup options parsing stuff so that it properly deals with defaults. 2008-10-06 09:31:51 -07:00
params.py config: Added missing types to JSON/INI Python reader 2015-11-22 05:10:21 -05:00
proxy.py config: Avoid generating a reference to myself for Parent.any 2014-05-09 18:58:47 -04:00
SimObject.py config: Fix broken SimObject listing 2015-12-01 13:01:05 +00:00
simulate.py sim: Decouple draining from the SimObject hierarchy 2015-07-07 09:51:05 +01:00
ticks.py base: Add warn() and inform() to m5.utils for use from python 2013-02-15 17:40:10 -05:00
trace.py base: remove Trace::enabled flag 2015-09-30 15:21:55 -05:00