[Lldb-commits] [lldb] [lldb-server][Windows] add support for thread name (PR #199983)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Thu May 28 12:47:24 PDT 2026
slydiman wrote:
Please take a look
https://lab.llvm.org/buildbot/#/builders/211/builds/8297
```
UNRESOLVED: lldb-api::TestThreadName.py
[view all 216 lines](https://lab.llvm.org/buildbot/#/builders/211/builds/8297/steps/9/logs/UNRESOLVED__lldb-api__TestThreadName_py)
| ^
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\interlockedapi.h:66:13: error: unknown type name 'PSLIST_HEADER'
66 | _Inout_ PSLIST_HEADER ListHead,
| ^
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\interlockedapi.h:78:13: error: unknown type name 'PSLIST_HEADER'
78 | _Inout_ PSLIST_HEADER ListHead,
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Makefile.rules:653: main.o] Error 1
make: Leaving directory 'C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/windows/thread/TestThreadName'
Test Directory:
C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\windows\thread
----------------------------------------------------------------------
Ran 3 tests in 1.546s
FAILED (errors=1, skipped=2)
```
https://github.com/llvm/llvm-project/pull/199983
More information about the lldb-commits
mailing list