Skip to content

Commit 9d79998

Browse files
authored
[lldb] Update API headers for SBProgress (llvm#124836)
Some clients only include LLDB.h and they won't get access to SBProgress without this.
1 parent 26f4e2a commit 9d79998

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/include/lldb/API/LLDB.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
#include "lldb/API/SBProcess.h"
5555
#include "lldb/API/SBProcessInfo.h"
5656
#include "lldb/API/SBProcessInfoList.h"
57+
#include "lldb/API/SBProgress.h"
5758
#include "lldb/API/SBQueue.h"
5859
#include "lldb/API/SBQueueItem.h"
5960
#include "lldb/API/SBReproducer.h"

lldb/include/lldb/API/SBDefines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class LLDB_API SBPlatformShellCommand;
9595
class LLDB_API SBProcess;
9696
class LLDB_API SBProcessInfo;
9797
class LLDB_API SBProcessInfoList;
98+
class LLDB_API SBProgress;
9899
class LLDB_API SBQueue;
99100
class LLDB_API SBQueueItem;
100101
class LLDB_API SBReplayOptions;

0 commit comments

Comments
 (0)