[Lldb-commits] [PATCH] Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target.

Greg Clayton clayborg at gmail.com
Wed Feb 4 09:53:12 PST 2015


Changes inlined into code as comments.


================
Comment at: include/lldb/API/SBPlatform.h:14-15
@@ -13,1 +13,4 @@
 #include "lldb/API/SBDefines.h"
+#include "lldb/API/SBLaunchInfo.h"
+#include "lldb/API/SBTarget.h"
+
----------------
We shouldn't need these in the header file. Only a reference to SBLaunchInfo is used below. Put them in the .cpp file.

================
Comment at: source/API/SBPlatform.cpp:218
@@ -217,2 +217,3 @@
 
+
 void
----------------
Remove this line so there are no diffs generated here.

http://reviews.llvm.org/D7263

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list