[Lldb-commits] [PATCH] D71824: Add the 'start' and 'length' to the completions response.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 23 00:25:03 PST 2019
labath added a reviewer: clayborg.
labath added a comment.
This needs a test case, but I am also not sure that the implementation is correct even.
What will this do with multiword commands "frame variable foo.b<TAB>" ? Or even single-word commands that have multiple arguments ("vo foo bar foo.b<TAB>")?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71824/new/
https://reviews.llvm.org/D71824
More information about the lldb-commits
mailing list