[Lldb-commits] [lldb] Centralize the handling of completion for simple argument lists. (PR #82085)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 16 17:37:23 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 {
----------------
bulbazord wrote:

Any way you could move this to the generic CommandObject implementation?

https://github.com/llvm/llvm-project/pull/82085


More information about the lldb-commits mailing list