[Lldb-commits] [PATCH] D156764: [lldb][NFCI] More forward declarations in SBDefines.h
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 1 09:58:28 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb8aba26c82f2: [lldb][NFCI] More forward declarations in SBDefines.h (authored by bulbazord).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156764/new/
https://reviews.llvm.org/D156764
Files:
lldb/include/lldb/API/SBDefines.h
Index: lldb/include/lldb/API/SBDefines.h
===================================================================
--- lldb/include/lldb/API/SBDefines.h
+++ lldb/include/lldb/API/SBDefines.h
@@ -46,6 +46,7 @@
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 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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156764.546110.patch
Type: text/x-patch
Size: 860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230801/59669e32/attachment.bin>
More information about the lldb-commits
mailing list