From ffaef1446617a28254c55b735454660f22e987d6 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Sat, 7 May 2011 07:38:36 -0500 Subject: 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. --- src/python/m5/main.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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", -- cgit v1.2.3