mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-07 22:36:52 +00:00
Edit stack.size description for clarity (Fix #5542)
Remove mention of anotated stack from description of stack.size configurable. stack.size applies regardles of value of stack.anotat Fix for issue 5541
This commit is contained in:
parent
b9ae1d9dc6
commit
34dea157f0
@ -1665,7 +1665,7 @@ R_API int r_core_config_init(RCore *core) {
|
||||
#endif
|
||||
SETPREF("stack.bytes", "true", "Show bytes instead of words in stack");
|
||||
SETPREF("stack.anotated", "false", "Show anotated hexdump in visual debug");
|
||||
SETI("stack.size", 64, "Size of anotated hexdump in visual debug");
|
||||
SETI("stack.size", 64, "Size in bytes of stack hexdump in visual debug");
|
||||
SETI("stack.delta", 0, "Delta for the stack dump");
|
||||
|
||||
SETCB("dbg.libs", "", &cb_dbg_libs, "If set stop when loading matching libname");
|
||||
|
Loading…
x
Reference in New Issue
Block a user