llvm-project/lldb/source/Host
Greg Clayton c9ed478a39 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
2011-11-12 02:10:56 +00:00
..
common Update a missed getHostTriple call, fixes non-__APPLE__ build 2011-11-05 01:35:31 +00:00
freebsd Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
linux API fix and missing headers. 2011-05-19 23:07:19 +00:00
macosx Added the ability to run a process in a shell on MacOSX currently when using 2011-11-12 02:10:56 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00