[Lldb-commits] [lldb] [lldb] fix SourceManagerTestCase freeze (PR #118095)

via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 29 07:48:38 PST 2024


dlav-sc wrote:

> On what platform are you seeing this problem?

I've encountered with the problem using remote debugging at first, but then I was able to reproduce it on x86 host platform with command looks like this (I don't remember exactly):
```
python3 lldb/test/API/dotest.py -A x86-64 -C build/bin/clang --executable build/bin/lldb -f SourceManagerTestCase lldb/test/API
```

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


More information about the lldb-commits mailing list