kastiglione wrote:

I've updated the implementation to not resolve to a language specific command 
whenever the entered command prefix matches a top level command.

In other words, given a python command `abcdef` and a language specific command 
`abc`, then running `abc` will resolve to the python command `abcdef`, for 
compatibility sake.

Given how few language specific commands there are, I don't see this as causing 
problems:
* `language cplusplus demangle`
* `language objc class-table`
* `language objc tagged-pointer`
* `language swift demangle`
* `language swift refcount`
* `language swift task`


https://github.com/llvm/llvm-project/pull/136766
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to