[Lldb-commits] [lldb] r237084 - Apply LLDB_API modifier to SBPlatform and SBPlatformShellCommand.
Oleksiy Vyalov
ovyalov at google.com
Mon May 11 19:04:26 PDT 2015
Author: ovyalov
Date: Mon May 11 21:04:26 2015
New Revision: 237084
URL: http://llvm.org/viewvc/llvm-project?rev=237084&view=rev
Log:
Apply LLDB_API modifier to SBPlatform and SBPlatformShellCommand.
Modified:
lldb/trunk/include/lldb/API/SBPlatform.h
Modified: lldb/trunk/include/lldb/API/SBPlatform.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/API/SBPlatform.h?rev=237084&r1=237083&r2=237084&view=diff
==============================================================================
--- lldb/trunk/include/lldb/API/SBPlatform.h (original)
+++ lldb/trunk/include/lldb/API/SBPlatform.h Mon May 11 21:04:26 2015
@@ -59,7 +59,7 @@ namespace lldb {
PlatformConnectOptions *m_opaque_ptr;
};
- class SBPlatformShellCommand
+ class LLDB_API SBPlatformShellCommand
{
public:
SBPlatformShellCommand (const char *shell_command);
@@ -104,7 +104,7 @@ namespace lldb {
PlatformShellCommand *m_opaque_ptr;
};
- class SBPlatform
+ class LLDB_API SBPlatform
{
public:
More information about the lldb-commits
mailing list