[Lldb-commits] [lldb] 9d79998 - [lldb] Update API headers for SBProgress (#124836)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 28 13:30:19 PST 2025


Author: Alex Langford
Date: 2025-01-28T13:30:14-08:00
New Revision: 9d7999885a6aa2c4afc252a645448b4f1666e951

URL: https://github.com/llvm/llvm-project/commit/9d7999885a6aa2c4afc252a645448b4f1666e951
DIFF: https://github.com/llvm/llvm-project/commit/9d7999885a6aa2c4afc252a645448b4f1666e951.diff

LOG: [lldb] Update API headers for SBProgress (#124836)

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

Added: 
    

Modified: 
    lldb/include/lldb/API/LLDB.h
    lldb/include/lldb/API/SBDefines.h

Removed: 
    


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


        


More information about the lldb-commits mailing list