================
@@ -331,6 +331,15 @@ bool fromJSON(const json::Value &Params, 
LaunchRequestArguments &LRA,
   return true;
 }
 
+bool fromJSON(const llvm::json::Value &Params, DAPSession &Ses,
+              llvm::json::Path P) {
+
+  json::ObjectMapper O(Params, P);
+  // Validate that both debuggerID and targetId are provided.
----------------
JDevlieghere wrote:

This comment doesn't seem to add much and we don't do this elsewhere. 
```suggestion
```

https://github.com/llvm/llvm-project/pull/175930
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to