[Lldb-commits] [PATCH] D70932: [EditLine] Fix RecallHistory that makes it move in the opposite direction.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 3 01:23:16 PST 2019
labath added a comment.
In D70932#1766190 <https://reviews.llvm.org/D70932#1766190>, @JDevlieghere wrote:
> ... this code is only used by the REPL)
Are you sure about that? I think I was able to trigger something like this by entering the multiline expression mode (`expr`) , and then pressing alt+up/down. I'm not 100% sure of that's the thing you're fixing here, because i've never used this feature (though it is pretty cool), but my impression is that this is it.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70932/new/
https://reviews.llvm.org/D70932
More information about the lldb-commits
mailing list