[Lldb-commits] [lldb] [lldb] Emit diagnostics as "important" output (PR #137280)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 24 18:02:04 PDT 2025
================
@@ -159,6 +159,9 @@ GetEnvironmentFromArguments(const llvm::json::Object &arguments);
/// Take ownership of the stored error.
llvm::Error ToError(const lldb::SBError &error);
+/// Provides the string value if this data structure is a string type.
+std::string GetStringValue(const lldb::SBStructuredData &data);
----------------
JDevlieghere wrote:
There's a few more places that can use this helper. I'm planning on addressing that in a follow-up PR.
https://github.com/llvm/llvm-project/pull/137280
More information about the lldb-commits
mailing list