mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Fix #3428 - Support drr in V!
This commit is contained in:
parent
254ca808f7
commit
21406a9af2
@ -70,7 +70,8 @@ static const char *menus_Search[] = {
|
||||
};
|
||||
|
||||
static const char *menus_Debug[] = {
|
||||
"Registers", "DRX", "Breakpoints", "Watchpoints", "Maps",
|
||||
"Registers", "RegisterRefs", "DRX", "Breakpoints",
|
||||
"Watchpoints", "Maps",
|
||||
"Continue", "Cont until.",
|
||||
"Backtrace",
|
||||
NULL
|
||||
@ -278,6 +279,7 @@ static int bbPanels (RCore *core, Panel **n) {
|
||||
addPanelFrame ("Symbols", "isq", 0);
|
||||
addPanelFrame ("Stack", "px 256@r:sp", 0);
|
||||
addPanelFrame ("Registers", "dr=", 0);
|
||||
addPanelFrame ("RegisterRefs", "drr", 0);
|
||||
curnode = 0;
|
||||
|
||||
Layout_run (panels);
|
||||
|
Loading…
Reference in New Issue
Block a user