================
@@ -3137,18 +3163,22 @@ Status Process::Attach(ProcessAttachInfo &attach_info) {
if (attach_pid != LLDB_INVALID_PROCESS_ID) {
error = WillAttachToProcessWithID(attach_pid);
if (error.Success()) {
- m_public_run_lock.SetRunning();
-
// Now attach using these arguments.
m_should_detach = true;
- const bool restarted = false;
- SetPublicState(eStateAttaching, restarted);
----------------
jimingham wrote:
Same answer.
https://github.com/llvm/llvm-project/pull/179799
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits