[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 15:27:17 PST 2024


jimingham wrote:

The next two pieces are "one heterogenous argument list" and then "multiple argument lists".

The first one should be easy.  The second one is harder because you have to figure out what group matches the current state of the command line.

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


More information about the lldb-commits mailing list