[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.

Vince Harron vharron at google.com
Thu Jan 29 13:51:31 PST 2015


================
Comment at: test/functionalities/process_attach/TestProcessAttach.py:59
@@ -57,1 +58,3 @@
+        else:
+            self.runCmd("process attach -p " + str(popen.pid))
 
----------------
Hi Greg,

In lldb, when I create a target, it is created in the context of the selected platform.  Currently, when I launch a process, it is launched in the context of the selected target.

I would prefer 'process attach' to be done in the context of the currently selected platform.  That way, whether you don't need to remember attaching to  local/remote processes.

http://reviews.llvm.org/D7263

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






More information about the lldb-commits mailing list