From: Nilay Vaish Date: Sat, 7 May 2011 12:38:36 +0000 (-0500) Subject: Trace: Remove the options trace-help and trace-flags X-Git-Tag: stable_2012_02_02~333 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffaef1446617a28254c55b735454660f22e987d6;p=gem5.git 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. --- diff --git a/src/python/m5/main.py b/src/python/m5/main.py index b0034c10d..85a49afcb 100644 --- a/src/python/m5/main.py +++ b/src/python/m5/main.py @@ -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",