================
@@ -64,4 +66,48 @@ llvm::json::Value toJSON(const MemoryEventBody &MEB) {
{"count", MEB.count}};
}
+[[maybe_unused]] static llvm::json::Value toJSON(const StopReason &SR) {
----------------
JDevlieghere wrote:Why the maybe unused? Seems somewhat out-of-place here. https://github.com/llvm/llvm-project/pull/176273 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
