From a5c0308bdefdffc3cf958bfe9fc9b64f9d9c27be Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 30 May 2013 23:36:47 +0000 Subject: Adding a diagnose-nsstring command This should help us figure out issues with the NSString data formatter llvm-svn: 182972 --- lldb/scripts/Python/finish-swig-Python-LLDB.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh') 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 -- cgit v1.2.3