Nerixyz wrote: > Not actually a problem because this is the best we can do with the APIs we're > given, but - > > > The description for a thread can change at any time. For example, a > > different thread can change the description of a thread of interest while > > you try to retrieve that description.
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. https://github.com/llvm/llvm-project/pull/199983 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
