[Lldb-commits] [lldb] [lldb/Interpreter] Fix ambiguous partial command resolution (PR #101934)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 5 01:55:27 PDT 2024
DavidSpickett wrote:
This is for this sort of lookup:
```
(lldb) reg read pc
```
Right? As opposed to tab completion.
This needs a test case or at least a clear example as a comment in the code if a test is not possible. It seems fine from how you've described it but these things come across better with a clear example.
https://github.com/llvm/llvm-project/pull/101934
More information about the lldb-commits
mailing list