Skip to content

Commit d14ac94

Browse files
committed
[lldb][lldb-dap] Added support for "WriteMemory" request. #131820
resolved review comments.
2 parents 6d0d08f + dcdaa07 commit d14ac94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void WriteMemoryRequestHandler::operator()(
117117

118118
std::string output = llvm::encodeBase64(data64);
119119

120-
// write the memory
120+
// Write the memory
121121
if (!output.empty()) {
122122
lldb::SBProcess process = dap.target.GetProcess();
123123
bytes_written =

0 commit comments

Comments
 (0)