[Lldb-commits] [PATCH] D70137: [lldb][Editline] Support ctrl+left/right arrow word navigation.
Jordan Rupprecht via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 12 15:10:42 PST 2019
rupprecht added a comment.
In D70137#1742766 <https://reviews.llvm.org/D70137#1742766>, @JDevlieghere wrote:
> This is very nice, thanks!
>
> Any chance we could test this with a pexpect test?
Absolutely. It was waaay more complicated than I expected due to funny escaping somewhere between pexpect and lldb, but testing an actual command seems to work. Hopefully I've captured that in the test doc comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70137/new/
https://reviews.llvm.org/D70137
More information about the lldb-commits
mailing list