[Lldb-commits] [PATCH] D126513: Add -b (--continue-to-breakpoint) option to the "process continue" command

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 1 11:14:34 PDT 2022


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



More information about the lldb-commits mailing list