[Lldb-commits] [PATCH] D14169: Rename argdumper to lldb-argdumper.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 28 22:02:57 PDT 2015


tfiala updated this revision to Diff 38715.
tfiala added a comment.

Fixed up one missed spot, the python-based class completion script.

I think the original clean build and test run on Linux missed this because I don't think we actually use it on Linux.  It's primarily useful on OS X 10.11 and beyond where we cannot launch inferiors through the shell any longer with System Integrity Protection.

In any event, the latest patch fixes up the symbolic link creation within the python module directory on non-OS X systems.


http://reviews.llvm.org/D14169

Files:
  lldb.xcodeproj/project.pbxproj
  scripts/Python/finish-swig-Python-LLDB.sh
  scripts/Python/finishSwigPythonLLDB.py
  source/Host/macosx/Host.mm
  source/Host/windows/Host.cpp
  tools/argdumper/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14169.38715.patch
Type: text/x-patch
Size: 12376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151029/a82dff90/attachment.bin>


More information about the lldb-commits mailing list