jimingham wrote: I would prefer you make the `-t` an option with a value, rather than a flag saying what the argument means. It makes the completer much easier to hook up since the option value can complete against the native thread ID's, and the argument complete against thread indexes. You CAN write completers that look at the whole line, check what options are provided and complete based on that. `break set` does this for `break set -n Foo -s libmylib.dylib` if you want to have a look at that. But otherwise, making the option have a value will be more straightforward.
https://github.com/llvm/llvm-project/pull/73596 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits