Skip to content

[lldb] Include SBFormat.h in LLDB.h #79194

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

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

bulbazord
Copy link
Member

This was likely overlooked when SBFormat was added.

This was likely overlooked when SBFormat was added.
@llvmbot
Copy link
Member

llvmbot commented Jan 23, 2024

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

Changes

This was likely overlooked when SBFormat was added.


Full diff: https://github.com/llvm/llvm-project/pull/79194.diff

1 Files Affected:

  • (modified) lldb/include/lldb/API/LLDB.h (+1)
diff --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h
index f652d1bdb835b5..f5f1b87a046c2a 100644
--- a/lldb/include/lldb/API/LLDB.h
+++ b/lldb/include/lldb/API/LLDB.h
@@ -33,6 +33,7 @@
 #include "lldb/API/SBFile.h"
 #include "lldb/API/SBFileSpec.h"
 #include "lldb/API/SBFileSpecList.h"
+#include "lldb/API/SBFormat.h"
 #include "lldb/API/SBFrame.h"
 #include "lldb/API/SBFunction.h"
 #include "lldb/API/SBHostOS.h"

@bulbazord bulbazord merged commit 7ca8feb into llvm:main Jan 23, 2024
@bulbazord bulbazord deleted the fixup-lldb-h branch January 23, 2024 20:14
bulbazord added a commit to bulbazord/llvm-project that referenced this pull request Jan 23, 2024
This was likely overlooked when SBFormat was added.

(cherry picked from commit 7ca8feb)
bulbazord added a commit to swiftlang/llvm-project that referenced this pull request Jan 23, 2024
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.

4 participants