[LLDB] Fix crash when using tab completion on class variables (#83234)
We weren't checking to see if the partial_path was empty before adding completions and this led to crashes when the class object and a variable both start with the same substring. Fixes [#81536](https://github.com/llvm/llvm-project/issues/81536 ) --------- Co-authored-by:Michael Buch <michaelbuch12@gmail.com>
parent
bd595d54
Please register or sign in to comment