llvm-project/lldb/source/Host/macosx
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
..
cfcpp Added a new Host call to find LLDB related paths: 2010-10-17 22:03:32 +00:00
Host.mm Fixed all known race conditions with starting a process in a new terminal. 2010-10-19 18:15:50 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Symbols.cpp The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00