[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 18 12:46:25 PDT 2025
================
@@ -152,6 +153,8 @@ struct Response {
bool fromJSON(const llvm::json::Value &, Response &, llvm::json::Path);
llvm::json::Value toJSON(const Response &);
+using VoidResponseBody = std::nullptr_t;
----------------
ashgti wrote:
Done.
https://github.com/llvm/llvm-project/pull/130169
More information about the lldb-commits
mailing list