diff options
author | Greg Clayton <gclayton@apple.com> | 2011-11-12 02:10:56 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-11-12 02:10:56 +0000 |
commit | c9ed478a39586878e05f56b46973112aa9f874ca (patch) | |
tree | 60f85633486b5343eadf0e8581f172d8abe4dd60 /lldb/scripts/Python/edit-swig-python-wrapper-file.py | |
parent | ecb453805d44fa40cfd61688ec196ad2850d6405 (diff) | |
download | bcm5719-llvm-c9ed478a39586878e05f56b46973112aa9f874ca.tar.gz bcm5719-llvm-c9ed478a39586878e05f56b46973112aa9f874ca.zip |
Added the ability to run a process in a shell on MacOSX currently when using
the --tty option. So you can now get shell expansion and file redirection:
(lldb) process launch --tty --shell -- *.jpg < in.txt > out.txt
Again, the "--tty" is mandatory for now until we hook this up to other
functions. The shell is also currently hard coded to "/bin/bash" and not the
"SHELL" variable. "/bin/tcsh" was causing problems which I need to dig into.
llvm-svn: 144443
Diffstat (limited to 'lldb/scripts/Python/edit-swig-python-wrapper-file.py')
0 files changed, 0 insertions, 0 deletions