Go to file
Greg Clayton 6162f9774a Fixed all known race conditions with starting a process in a new terminal.
We now spawn a thread to accept a unix socket connection from the inferior
when it spawns in the terminal, then we launch the process, then we get
the pid back through the unix socket, and then wait for it to SIGSTOP.

darwin-debug now clears the terminal screen and prints out the program and
arguments that are about to be launched.

llvm-svn: 116841
2010-10-19 18:15:50 +00:00
clang Fix up the comments for creating ParmVarDeclAbbrev to reflect reality. 2010-10-19 18:06:49 +00:00
compiler-rt make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx atomic_char 2010-10-19 16:51:18 +00:00
lldb Fixed all known race conditions with starting a process in a new terminal. 2010-10-19 18:15:50 +00:00
llvm Oops, check in all the files for converting AliasAnalysis to 2010-10-19 18:08:27 +00:00