[Lldb-commits] [PATCH] D15152: Add a new option to Platform::LoadImage to install the image

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 4 07:28:47 PST 2015


tberghammer retitled this revision from "Change Platform::LoadImage to copy the file to the remote platform" to "Add a new option to Platform::LoadImage to install the image".
tberghammer updated the summary for this revision.
tberghammer updated this revision to Diff 41877.
tberghammer added a comment.

Address review comments

Note: PlatformAndroid::DoLoadImage isn't necessary because of the cleanup done in http://reviews.llvm.org/rL254608


http://reviews.llvm.org/D15152

Files:
  include/lldb/API/SBProcess.h
  include/lldb/Target/Platform.h
  packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
  source/API/SBProcess.cpp
  source/Commands/CommandObjectProcess.cpp
  source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  source/Plugins/Platform/POSIX/PlatformPOSIX.h
  source/Target/Platform.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15152.41877.patch
Type: text/x-patch
Size: 14715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151204/4d839d6e/attachment-0001.bin>


More information about the lldb-commits mailing list