[Lldb-commits] [lldb] lldb: add support for thread names on Windows (PR #74731)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 8 21:08:31 PST 2023


https://github.com/clayborg commented:

One other way to test is to create a python test that makes a test windows binary that creates a thread using the Windows APIs and then we set a breakpoint in one of the thread functions and then verify the thread name is returned in the output of "thread list" and via the python `lldb.SBThread.GetName()`  function. The unit test verifies things work on the native layer. 

That being said, I am ok with these changes, but I don't do any windows debugging, so it might be best some someone with windows experience to give the final ok

https://github.com/llvm/llvm-project/pull/74731


More information about the lldb-commits mailing list