================ @@ -30,6 +30,20 @@ } namespace lldb_private { + +/// Returns a pretty printed json string of a `llvm::json::Value`. +std::string pp(const llvm::json::Value &E); ---------------- da-viper wrote:
Since we are moving it, we could use a more descriptive name like `pprint`, `json_print` or `to_string` https://github.com/llvm/llvm-project/pull/144595 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits