llvm-project/lldb/source/Host
Jim Ingham df0ae22f92 Changing the default shell to /bin/sh brought up a long-standing bug on OS X,
that /bin/sh re-exec's itself to /bin/bash, so it needs one more resume when you
are using it as the shell than /bin/bash did or you will stop at the start of your
program, rather than running it.

So I added a Platform API to get the number of resumes needed when launching with
a particular shell, and set the right values for Mac OS X.

<rdar://problem/14935282>

llvm-svn: 190381
2013-09-10 02:09:47 +00:00
..
common Changing the default shell to /bin/sh brought up a long-standing bug on OS X, 2013-09-10 02:09:47 +00:00
freebsd Enable Host::LaunchProcess on Linux 2013-08-27 20:58:59 +00:00
linux Enable Host::LaunchProcess on Linux 2013-08-27 20:58:59 +00:00
macosx Fix some names in the wake of my Mach-O changes to LLVM. 2013-08-27 05:04:57 +00:00
windows Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt code inside its own folder. 2013-09-07 05:05:49 +00:00
CMakeLists.txt MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00
Makefile MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00