[Lldb-commits] [lldb] [NFC][lldb][Windows] Clean up NativeProcessWindows (PR #202720)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 10 03:54:07 PDT 2026
================
@@ -663,17 +663,9 @@ void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) {
void NativeProcessWindows::OnExitThread(lldb::tid_t thread_id,
uint32_t exit_code) {
llvm::sys::ScopedLock lock(m_mutex);
----------------
charles-zablit wrote:
I agree. Fixed!
https://github.com/llvm/llvm-project/pull/202720
More information about the lldb-commits
mailing list