diff options
author | Greg Clayton <gclayton@apple.com> | 2012-04-25 18:40:20 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-04-25 18:40:20 +0000 |
commit | d712ef0fd75388423210c5b3cf7ce86c0182886a (patch) | |
tree | 10b12fa076dbaf261fc5e6e0c69d06fc86407f99 /lldb/scripts/Python/finish-swig-Python-LLDB.sh | |
parent | 6fe744cc389f3aa5c75221ae4d06dc5594e04777 (diff) | |
download | bcm5719-llvm-d712ef0fd75388423210c5b3cf7ce86c0182886a.tar.gz bcm5719-llvm-d712ef0fd75388423210c5b3cf7ce86c0182886a.zip |
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script.
Cleaned up the lldb.utils.symbolication, lldb.macosx.heap and lldb.macosx.crashlog. The lldb.macosx.heap can now build a dylib for the current triple into a temp directory and use it from there.
llvm-svn: 155577
Diffstat (limited to 'lldb/scripts/Python/finish-swig-Python-LLDB.sh')
-rwxr-xr-x | lldb/scripts/Python/finish-swig-Python-LLDB.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finish-swig-Python-LLDB.sh b/lldb/scripts/Python/finish-swig-Python-LLDB.sh index a86aeda364e..9a9ef052602 100755 --- a/lldb/scripts/Python/finish-swig-Python-LLDB.sh +++ b/lldb/scripts/Python/finish-swig-Python-LLDB.sh @@ -1,4 +1,4 @@ -#! /bin/sh -x +#! /bin/sh # finish-swig-Python.sh # |