[Lldb-commits] [lldb] [lldb] Add SBTypeStaticField to SBDefines (PR #111560)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 10:08:26 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Chelsea Cassanova (chelcassanova)
<details>
<summary>Changes</summary>
SBTypeStaticField was missing from SBDefines, this commit adds the class there.
---
Full diff: https://github.com/llvm/llvm-project/pull/111560.diff
1 Files Affected:
- (modified) lldb/include/lldb/API/SBDefines.h (+1)
``````````diff
diff --git a/lldb/include/lldb/API/SBDefines.h b/lldb/include/lldb/API/SBDefines.h
index 9543ebc08a320f..159a9ba799b181 100644
--- a/lldb/include/lldb/API/SBDefines.h
+++ b/lldb/include/lldb/API/SBDefines.h
@@ -124,6 +124,7 @@ class LLDB_API SBTypeFormat;
class LLDB_API SBTypeMember;
class LLDB_API SBTypeMemberFunction;
class LLDB_API SBTypeNameSpecifier;
+class LLDB_API SBTypeStaticField;
class LLDB_API SBTypeSummary;
class LLDB_API SBTypeSummaryOptions;
class LLDB_API SBTypeSynthetic;
``````````
</details>
https://github.com/llvm/llvm-project/pull/111560
More information about the lldb-commits
mailing list