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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
