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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to