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

Oleksiy Vyalov ovyalov at google.com
Tue Feb 3 18:00:51 PST 2015


Extracted SBLaunchInfo (with added GetProcessID method) into a separate file and updated all build dependencies - checked on Ubuntu and OSX, didn't spot any regressions.
The CL's already become pretty big - let me extract SBAttachInfo with another CL.

Please take another look.
Thank you.


http://reviews.llvm.org/D7263

Files:
  include/lldb/API/SBLaunchInfo.h
  include/lldb/API/SBPlatform.h
  include/lldb/API/SBTarget.h
  include/lldb/Target/Platform.h
  lldb.xcodeproj/project.pbxproj
  scripts/Python/build-swig-Python.sh
  scripts/Python/buildSwigPython.py
  scripts/Python/interface/SBLaunchInfo.i
  scripts/Python/interface/SBPlatform.i
  scripts/Python/interface/SBTarget.i
  scripts/lldb.swig
  source/API/CMakeLists.txt
  source/API/SBLaunchInfo.cpp
  source/API/SBPlatform.cpp
  source/API/SBTarget.cpp
  source/CMakeLists.txt
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  source/Target/Platform.cpp
  test/lldbtest.py

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7263.19294.patch
Type: text/x-patch
Size: 55887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150204/32381c45/attachment.bin>


More information about the lldb-commits mailing list