diff options
author | Enrico Granata <egranata@apple.com> | 2013-05-30 23:36:47 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-05-30 23:36:47 +0000 |
commit | a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be (patch) | |
tree | b27fd61bcc44bb73724738bd554e1c9e5f7b0792 /lldb/scripts/Python/finish-swig-Python-LLDB.sh | |
parent | a21397fb01925039cb7df436ae55fc4268559856 (diff) | |
download | bcm5719-llvm-a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be.tar.gz bcm5719-llvm-a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be.zip |
Adding a diagnose-nsstring command
This should help us figure out issues with the NSString data formatter
llvm-svn: 182972
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index d057ba95e55..6f0bc387afd 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -248,7 +248,8 @@ then create_python_package "/macosx" "${package_files}" # lldb/diagnose - package_files="${SRC_ROOT}/examples/python/diagnose_unwind.py" + package_files="${SRC_ROOT}/examples/python/diagnose_unwind.py + ${SRC_ROOT}/examples/python/diagnose_nsstring.py" create_python_package "/diagnose" "${package_files}" # Copy files needed by lldb/macosx/heap.py to build libheap.dylib |