Skip to content

[lldb] Update API headers for SBProgress #124836

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 28, 2025

Conversation

bulbazord
Copy link
Member

Some clients only include LLDB.h and they won't get access to SBProgress without this.

Some clients only include LLDB.h and they won't get access to
SBProgress without this.
@llvmbot
Copy link
Member

llvmbot commented Jan 28, 2025

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

Changes

Some clients only include LLDB.h and they won't get access to SBProgress without this.


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

2 Files Affected:

  • (modified) lldb/include/lldb/API/LLDB.h (+1)
  • (modified) lldb/include/lldb/API/SBDefines.h (+1)
diff --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h
index 40368e036e0e40..126fcef31b4166 100644
--- a/lldb/include/lldb/API/LLDB.h
+++ b/lldb/include/lldb/API/LLDB.h
@@ -54,6 +54,7 @@
 #include "lldb/API/SBProcess.h"
 #include "lldb/API/SBProcessInfo.h"
 #include "lldb/API/SBProcessInfoList.h"
+#include "lldb/API/SBProgress.h"
 #include "lldb/API/SBQueue.h"
 #include "lldb/API/SBQueueItem.h"
 #include "lldb/API/SBReproducer.h"
diff --git a/lldb/include/lldb/API/SBDefines.h b/lldb/include/lldb/API/SBDefines.h
index 159a9ba799b181..31e8c9279f8b8b 100644
--- a/lldb/include/lldb/API/SBDefines.h
+++ b/lldb/include/lldb/API/SBDefines.h
@@ -95,6 +95,7 @@ class LLDB_API SBPlatformShellCommand;
 class LLDB_API SBProcess;
 class LLDB_API SBProcessInfo;
 class LLDB_API SBProcessInfoList;
+class LLDB_API SBProgress;
 class LLDB_API SBQueue;
 class LLDB_API SBQueueItem;
 class LLDB_API SBReplayOptions;

@bulbazord bulbazord merged commit 9d79998 into llvm:main Jan 28, 2025
7 of 8 checks passed
@bulbazord bulbazord deleted the update-api-headers branch January 28, 2025 21:30
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Jan 29, 2025
Some clients only include LLDB.h and they won't get access to SBProgress
without this.

(cherry picked from commit 9d79998)
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