projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6355c
)
sim: fix redundant --debug-start help string
author
Steve Reinhardt
<steve.reinhardt@amd.com>
Mon, 18 Jan 2016 03:18:49 +0000
(19:18 -0800)
committer
Steve Reinhardt
<steve.reinhardt@amd.com>
Mon, 18 Jan 2016 03:18:49 +0000
(19:18 -0800)
Just changes the metavar for --debug-start from TIME
to TICK in cset
72046b9b3323
and didn't notice that the
comment "must be in ticks" is now redundant.
src/python/m5/main.py
patch
|
blob
|
history
diff --git
a/src/python/m5/main.py
b/src/python/m5/main.py
index 4adf6e26bf1174c5d6f30e1bdf21de5a3354090a..4b3bf410cec171f40d5868141aea82338787d59f 100644
(file)
--- a/
src/python/m5/main.py
+++ b/
src/python/m5/main.py
@@
-102,7
+102,7
@@
def parse_options():
option("--debug-flags", metavar="FLAG[,FLAG]", action='append', split=',',
help="Sets the flags for debug output (-FLAG disables a flag)")
option("--debug-start", metavar="TICK", type='int',
- help="Start debug output at TICK
(must be in ticks)
")
+ help="Start debug output at TICK")
option("--debug-file", metavar="FILE", default="cout",
help="Sets the output file for debug [Default: %default]")
option("--debug-ignore", metavar="EXPR", action='append', split=':',