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 a2ba08c commit 3f870efCopy full SHA for 3f870ef
lldb/tools/lldb-dap/Protocol/ProtocolRequests.h
@@ -872,7 +872,6 @@ struct ReadMemoryResponseBody {
872
/// request, and `unreadableBytes` is zero or omitted, then the client should
873
/// assume it's reached the end of readable memory.
874
std::vector<std::byte> data;
875
- // std::optional<std::string> data;
876
};
877
llvm::json::Value toJSON(const ReadMemoryResponseBody &);
878
0 commit comments