[Lldb-commits] [lldb] b8aba26 - [lldb][NFCI] More forward declarations in SBDefines.h
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 1 09:58:19 PDT 2023
Author: Alex Langford
Date: 2023-08-01T09:57:07-07:00
New Revision: b8aba26c82f270a3bdbc85e2c886e8446f0d6820
URL: https://github.com/llvm/llvm-project/commit/b8aba26c82f270a3bdbc85e2c886e8446f0d6820
DIFF: https://github.com/llvm/llvm-project/commit/b8aba26c82f270a3bdbc85e2c886e8446f0d6820.diff
LOG: [lldb][NFCI] More forward declarations in SBDefines.h
I noticed these were missing.
Differential Revision: https://reviews.llvm.org/D156764
Added:
Modified:
lldb/include/lldb/API/SBDefines.h
Removed:
################################################################################
diff --git a/lldb/include/lldb/API/SBDefines.h b/lldb/include/lldb/API/SBDefines.h
index 9a6bf9d958bdd8..ec5e940fdaf36f 100644
--- a/lldb/include/lldb/API/SBDefines.h
+++ b/lldb/include/lldb/API/SBDefines.h
@@ -46,6 +46,7 @@ class LLDB_API SBAddress;
class LLDB_API SBAttachInfo;
class LLDB_API SBBlock;
class LLDB_API SBBreakpoint;
+class LLDB_API SBBreakpointList;
class LLDB_API SBBreakpointLocation;
class LLDB_API SBBreakpointName;
class LLDB_API SBBreakpointNameImpl;
@@ -85,11 +86,13 @@ class LLDB_API SBModule;
class LLDB_API SBModuleSpec;
class LLDB_API SBModuleSpecList;
class LLDB_API SBPlatform;
+class LLDB_API SBPlatformConnectOptions;
class LLDB_API SBPlatformShellCommand;
class LLDB_API SBProcess;
class LLDB_API SBProcessInfo;
class LLDB_API SBQueue;
class LLDB_API SBQueueItem;
+class LLDB_API SBReplayOptions;
class LLDB_API SBReproducer;
class LLDB_API SBScriptObject;
class LLDB_API SBSection;
More information about the lldb-commits
mailing list