[Lldb-commits] [lldb] [lldb] Remove ProcessRunLock::TrySetRunning (PR #135455)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 13 12:24:43 PDT 2025


================
@@ -60,6 +49,7 @@ bool ProcessRunLock::SetStopped() {
   ::pthread_rwlock_unlock(&m_rwlock);
----------------
labath wrote:

This should also do the `was_running` dance.

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


More information about the lldb-commits mailing list