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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits