[Lldb-commits] [lldb] ababa48 - [lldb] Add SBTypeStaticField to SBDefines (#111560)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 10:12:04 PDT 2024
Author: Chelsea Cassanova
Date: 2024-10-08T10:12:01-07:00
New Revision: ababa483b2ff31357f8c504b1110e255a56ff762
URL: https://github.com/llvm/llvm-project/commit/ababa483b2ff31357f8c504b1110e255a56ff762
DIFF: https://github.com/llvm/llvm-project/commit/ababa483b2ff31357f8c504b1110e255a56ff762.diff
LOG: [lldb] Add SBTypeStaticField to SBDefines (#111560)
SBTypeStaticField was missing from SBDefines, this commit adds the class
there.
Added:
Modified:
lldb/include/lldb/API/SBDefines.h
Removed:
################################################################################
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;
More information about the lldb-commits
mailing list