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

via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 16 17:17:32 PST 2024


jimingham wrote:

BTW, in case this is confusing, the completers that were returning if the cursor was not in the first argument slot was preventing:

(lldb) command arg1 <TAB>

from starting another completion when the argument was eArgTypePlain (only one arg).  I moved that check to the CommandObject::HandleArgumentCompletion so that's no longer required.

Also, I on purpose didn't change any argument completions that I had to think hard about.  I'll do those on subsequent passes.

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


More information about the lldb-commits mailing list