Skip to content

Commit 72360fc

Browse files
committed
Adjusting a variable name.
1 parent 176eae3 commit 72360fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/DAP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ lldb::SBError DAP::Disconnect(bool terminateDebuggee) {
860860
}
861861

862862
llvm::Error DAP::Loop() {
863-
auto stop_io = llvm::make_scope_exit([this]() { StopEventHandlers(); });
863+
auto cleanup = llvm::make_scope_exit([this]() { StopEventHandlers(); });
864864
while (!disconnecting) {
865865
llvm::json::Object object;
866866
lldb_dap::PacketStatus status = GetNextObject(object);

0 commit comments

Comments
 (0)