[Lldb-commits] [lldb] [lldb] Make deep copies of Status explicit (NFC) (PR #107170)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 5 01:51:31 PDT 2024


================
@@ -206,3 +213,29 @@ void llvm::format_provider<lldb_private::Status>::format(
   llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS,
                                                  Options);
 }
+
+const char *lldb_private::ExecutionResultAsCString(ExpressionResults result) {
----------------
labath wrote:

I think this also belongs to the subsequent patch.

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


More information about the lldb-commits mailing list