Trace: Remove the options trace-help and trace-flags
authorNilay Vaish <nilay@cs.wisc.edu>
Sat, 7 May 2011 12:38:36 +0000 (07:38 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sat, 7 May 2011 12:38:36 +0000 (07:38 -0500)
The options trace-help and trace-flags are no longer required. In there place,
the options debug-help and debug-flags have been provided.

src/python/m5/main.py

index b0034c10d201badf72b65e2f449070005acc9135..85a49afcb9a2c4626da2ccf255603b362abb2ff6 100644 (file)
@@ -106,10 +106,6 @@ def parse_options():
 
     # 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",