[Lldb-commits] [lldb] [lldb-server][Windows] add support for thread name (PR #199983)

via lldb-commits lldb-commits at lists.llvm.org
Thu May 28 03:30:34 PDT 2026


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


More information about the lldb-commits mailing list