[all-commits] [llvm/llvm-project] 70627a: [lldb] Synchronize access to m_statusline in the D...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Apr 11 08:54:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70627af91f577f5195a11ee44c6af39503e1ce52
https://github.com/llvm/llvm-project/commit/70627af91f577f5195a11ee44c6af39503e1ce52
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-04-11 (Fri, 11 Apr 2025)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/source/Core/Debugger.cpp
Log Message:
-----------
[lldb] Synchronize access to m_statusline in the Debugger (#134759)
Eliminate the potential for a race between the main thread, the default
event handler thread and the signal handling thread, when accessing the
m_statusline member.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list