misc: advertise auto-compress debug output
By appending .gz to the --debug-file debug output filename, it get automatically compressed while being written. Advertise this feature in the --debug-file option help Change-Id: I7a4696bc288a1f5ad9f47c6f8a2359b06b134d6f Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49670 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -143,7 +143,8 @@ def parse_options():
|
||||
option("--debug-end", metavar="TICK", type='int',
|
||||
help="End debug output at TICK")
|
||||
option("--debug-file", metavar="FILE", default="cout",
|
||||
help="Sets the output file for debug [Default: %default]")
|
||||
help="Sets the output file for debug. Append '.gz' to the name for it"
|
||||
" to be compressed automatically [Default: %default]")
|
||||
option("--debug-ignore", metavar="EXPR", action='append', split=':',
|
||||
help="Ignore EXPR sim objects")
|
||||
option("--remote-gdb-port", type='int', default=7000,
|
||||
|
||||
Reference in New Issue
Block a user