kastiglione added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectProcess.cpp:668
+          [this, old_sync]() {
+            this->GetDebugger().SetAsyncExecution(!old_sync);
+          });
----------------
this should be `old_sync` (no `!`)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126513/new/

https://reviews.llvm.org/D126513

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to