[Lldb-commits] [lldb] [lldb] Refactoring JSONTransport into an abstract RPC Message Handler and transport layer. (PR #153121)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 13 15:19:39 PDT 2025


================
@@ -62,6 +62,7 @@ class TestFile {
 
 template <typename T> static llvm::Expected<T> roundtripJSON(const T &input) {
   llvm::json::Value value = toJSON(input);
+  llvm::errs() << "JSON: " << value << "\n";
----------------
ashgti wrote:

Done.

https://github.com/llvm/llvm-project/pull/153121


More information about the lldb-commits mailing list