[Lldb-commits] [lldb] [lldb] Remove ProcessRunLock::TrySetRunning (PR #135455)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 11 16:39:54 PDT 2025
================
@@ -29,8 +29,13 @@ class ProcessRunLock {
bool ReadTryLock();
bool ReadUnlock();
+
+ /// Set the process to running. Returns true if the process was stopped.
+ /// Return true if the process was running.
----------------
jimingham wrote:
One of those two `true`'s has to be a `false`.
https://github.com/llvm/llvm-project/pull/135455
More information about the lldb-commits
mailing list