[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
Wed Oct 16 00:47:29 PDT 2019
llunak added a comment.
In D68541#1710031 <https://reviews.llvm.org/D68541#1710031>, @clayborg wrote:
> Looks good!
Can you please ACK also the other patches linked above that this one depends on? Or can I take the discussion here as being enough?
> With a little work, "gui" mode can really become great. I hope to see more patches? Happy to discuss next stops on the mailing list if you are interested!
That's kind of the plan. I rather miss a variables view in gdb tui and I've decided that it should be simpler to implement a command prompt in lldb gui than a variables view in gdb tui. But I'm still evaluating, I've got other things on my plate, only so much time and it's a question if it'd be really just a little work to make lldb meet my needs (and I've already run into few lame problems such as one of those harmless signals like SIGTSTP simply killing the debugging without any useful feedback). We'll see how this goes.
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