[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 6 15:10:53 PST 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;
----------------
vogelsgesang wrote:
`std::monostate` would probably be more idiomatic
https://github.com/llvm/llvm-project/pull/130169
More information about the lldb-commits
mailing list