We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176eae3 commit 72360fcCopy full SHA for 72360fc
lldb/tools/lldb-dap/DAP.cpp
@@ -860,7 +860,7 @@ lldb::SBError DAP::Disconnect(bool terminateDebuggee) {
860
}
861
862
llvm::Error DAP::Loop() {
863
- auto stop_io = llvm::make_scope_exit([this]() { StopEventHandlers(); });
+ auto cleanup = llvm::make_scope_exit([this]() { StopEventHandlers(); });
864
while (!disconnecting) {
865
llvm::json::Object object;
866
lldb_dap::PacketStatus status = GetNextObject(object);
0 commit comments