[Lldb-commits] [lldb] [lldb/API] Add setters to SBStructuredData (PR #154445)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 21 10:01:52 PDT 2025
================
@@ -109,6 +109,35 @@ class SBStructuredData {
/// Return the generic pointer if this data structure is a generic type.
lldb::SBScriptObject GetGenericValue() const;
+ /// Set the value corresponding to a key. If this data structure
+ /// is not a dictionary type, reset the type to be dictionary and overwrite
+ /// previous data.
----------------
jimingham wrote:
"the previous data"
https://github.com/llvm/llvm-project/pull/154445
More information about the lldb-commits
mailing list