[Lldb-commits] [PATCH] D68541: Implement 'up' and 'down' shortcuts in lldb gui
Luboš Luňák via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 13:56:22 PDT 2019
llunak added a comment.
In D68541#1700359 <https://reviews.llvm.org/D68541#1700359>, @clayborg wrote:
> It would be fine to remove the 'd' shortcut for detach and resume if we need to by moving this functionality up into the menu bar. Right now the Process menu has "Detach" only, so it might be good to first change the "Process" menu to have "Detach" or "Detach suspended". I agree that accidentally hitting 'd' would be bad.
Ok, I can try to do that. And 'k' for "Kill process" should probably move to the menu as well.
But another shortcut I'd like to change is 'o' for "Step out", as that one is 'f' for "Finish" in gdb tui, and I'm rather used to that. Unless you'd be willing to accept a patch changing that, can you comment on the idea of making the shortcuts configurable?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68541/new/
https://reviews.llvm.org/D68541
More information about the lldb-commits
mailing list