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

Reply via email to