projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8889a9
)
Trace: Remove the options trace-help and trace-flags
author
Nilay Vaish
<nilay@cs.wisc.edu>
Sat, 7 May 2011 12:38:36 +0000
(07:38 -0500)
committer
Nilay 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
patch
|
blob
|
history
diff --git
a/src/python/m5/main.py
b/src/python/m5/main.py
index b0034c10d201badf72b65e2f449070005acc9135..85a49afcb9a2c4626da2ccf255603b362abb2ff6 100644
(file)
--- 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",