[Lldb-commits] [PATCH] D67906: [lldb] Provide tab completion for target select/delete
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 04:37:31 PDT 2019
teemperor created this revision.
teemperor added a reviewer: LLDB.
Herald added subscribers: lldb-commits, JDevlieghere, abidh.
Herald added a project: LLDB.
Select and delete are similar enough to implement/test this in one batch.
Completion looks like this:
(lldb) target select
Available completions:
0 -- /Users/me/test/foo ( arch=x86_64-apple-macosx10.14.0, platform=host, pid=65449, state=stopped )
1 -- /Users/me/test/basic ( arch=x86_64-apple-macosx10.14.0, platform=host )
Repository:
rLLDB LLDB
https://reviews.llvm.org/D67906
Files:
lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
lldb/source/Commands/CommandObjectTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67906.221286.patch
Type: text/x-patch
Size: 4839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190923/751db8f4/attachment-0001.bin>
More information about the lldb-commits
mailing list