changeset a6363c870af6 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=a6363c870af6 description: Trace: Remove the options trace-help and trace-flags The options trace-help and trace-flags are no longer required. In there place, the options debug-help and debug-flags have been provided.
diffstat: src/python/m5/main.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diffs (14 lines): diff -r 3c628a51f6e1 -r a6363c870af6 src/python/m5/main.py --- a/src/python/m5/main.py Fri May 06 01:00:32 2011 -0700 +++ b/src/python/m5/main.py Sat May 07 07:38:36 2011 -0500 @@ -106,10 +106,6 @@ # Tracing options group("Trace Options") - option("--trace-help", action='store_true', - help="Print help on trace flags") - option("--trace-flags", metavar="FLAG[,FLAG]", action='append', split=',', - help="Sets the flags for tracing (-FLAG disables a flag)") option("--trace-start", metavar="TIME", type='int', help="Start tracing at TIME (must be in ticks)") option("--trace-file", metavar="FILE", default="cout", _______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev