[Lldb-commits] [lldb] [lldb-server][Windows] add support for thread name (PR #199983)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Thu May 28 07:21:49 PDT 2026
charles-zablit wrote:
> This is a good point. We should also test that the displayed thread names update. FWIW, the VS debugger in VSCode only shows the thread name when stopped at a breakpoint. Presumably because the names can change at any time.
If I understand your comment correctly, `lldb/test/API/windows/thread/TestThreadName.py` already tests that when a thread name changes, we correctly pick it up the next time we fetch the name of the thread.
https://github.com/llvm/llvm-project/pull/199983
More information about the lldb-commits
mailing list