Skip to content

Commit f63a2dd

Browse files
Update lldb/tools/lldb-dap/Handler/EvaluateRequestHandler.cpp
Co-authored-by: Walter Erquinigo <[email protected]>
1 parent 304f55f commit f63a2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-dap/Handler/EvaluateRequestHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void EvaluateRequestHandler::operator()(
165165
}
166166
auto result = RunLLDBCommandsVerbatim(dap.debugger, llvm::StringRef(),
167167
{std::string(expression)},
168-
/*echo_commands*/ false);
168+
/*echo_commands=*/ false);
169169
EmplaceSafeString(body, "result", result);
170170
body.try_emplace("variablesReference", (int64_t)0);
171171
} else {

0 commit comments

Comments
 (0)