Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb] Add SBTypeStaticField to SBDefines #111560

Merged

Conversation

chelcassanova
Copy link
Contributor

SBTypeStaticField was missing from SBDefines, this commit adds the class there.

SBTypeStaticField was missing from SBDefines, this commit adds the class there.
@llvmbot
Copy link
Member

llvmbot commented Oct 8, 2024

@llvm/pr-subscribers-lldb

Author: Chelsea Cassanova (chelcassanova)

Changes

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 --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;

Copy link
Member

@medismailben medismailben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chelcassanova chelcassanova merged commit ababa48 into llvm:main Oct 8, 2024
8 of 9 checks passed
medismailben pushed a commit to swiftlang/llvm-project that referenced this pull request Oct 8, 2024
SBTypeStaticField was missing from SBDefines, this commit adds the class
there.

(cherry picked from commit ababa48)
medismailben added a commit to swiftlang/llvm-project that referenced this pull request Oct 8, 2024
…btypestaticfield-to-sbdefines

[lldb] Add SBTypeStaticField to SBDefines (llvm#111560)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants