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.
This commit is contained in:
Nilay Vaish 2011-05-07 07:38:36 -05:00
parent b8889a96b3
commit ffaef14466

View file

@ -106,10 +106,6 @@ def parse_options():
# Tracing options # Tracing options
group("Trace 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', option("--trace-start", metavar="TIME", type='int',
help="Start tracing at TIME (must be in ticks)") help="Start tracing at TIME (must be in ticks)")
option("--trace-file", metavar="FILE", default="cout", option("--trace-file", metavar="FILE", default="cout",