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 582ab01 commit 492f5c0Copy full SHA for 492f5c0
lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
@@ -528,6 +528,9 @@ json::Value toJSON(const ModulesResponseBody &MR) {
528
if (MR.totalModules != 0)
529
result.insert({"totalModules", MR.totalModules});
530
531
+ return result;
532
+}
533
+
534
bool fromJSON(const json::Value &Params, WriteMemoryArguments &WMA,
535
json::Path P) {
536
json::ObjectMapper O(Params, P);
0 commit comments