Allow toggling memory part of memory dump
This commit is contained in:
parent
72e21d6ff2
commit
d5d29a8180
3 changed files with 6 additions and 5 deletions
|
|
@ -38,6 +38,8 @@ formatConfigParser = FormatConfig
|
|||
"Omit uninteresting addresses"
|
||||
<*> hiddenSwitchWithNo "registers" True
|
||||
"Show the contents of registers before the memory dump"
|
||||
<*> hiddenSwitchWithNo "memory" True
|
||||
"Show the memory dump"
|
||||
<*> hiddenSwitchWithNo "memory-flags" False
|
||||
"For each address, show all registers currently pointing to that address"
|
||||
<*> hiddenSwitchWithNo "register-flags" True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue