================
@@ -64,4 +66,48 @@ llvm::json::Value toJSON(const MemoryEventBody &MEB) {
{"count", MEB.count}};
}
+[[maybe_unused]] static llvm::json::Value toJSON(const StopReason &SR) {
----------------
ashgti wrote:
Clangd seems to report `Function 'toJSON' is not needed and will not be emitted
-Wunneeded-internal-declaration`, however I don't get that warning while
compiling.
This should be used on line 95.
https://github.com/llvm/llvm-project/pull/176273
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits