[Lldb-commits] [lldb] [lldb-dap] Splitting ProtocolTypesTest into parts. (PR #144595)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 19 13:41:21 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list