[Lldb-commits] [lldb] Centralize the handling of completion for simple argument lists. (PR #82085)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 19 11:00:26 PST 2024
================
@@ -1139,6 +1097,15 @@ class CommandObjectPlatformProcessLaunch : public CommandObjectParsed {
m_arguments.push_back({run_arg_arg});
}
+ void
+ HandleArgumentCompletion(CompletionRequest &request,
+ OptionElementVector &opt_element_vector) override {
----------------
jimingham wrote:
That one caused a test failure when I tried the simple implementation, so it goes into the second round.
https://github.com/llvm/llvm-project/pull/82085
More information about the lldb-commits
mailing list