llvm-project/lldb/source/Host/macosx
Greg Clayton 708c1ab6f5 Python does some bad things to the signal masks in the current process and
then we spawn child processes (debugserver, etc) and those bad settings get 
inherited. We stop this from happening by correctly mucking with the posix
spawn attributes.

llvm-svn: 143176
2011-10-28 01:24:12 +00:00
..
cfcpp Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
Host.mm Python does some bad things to the signal masks in the current process and 2011-10-28 01:24:12 +00:00
Makefile Better way to build the CFCPP sources as part of liblldbHostMacOSX. 2011-05-20 18:18:09 +00:00
Symbols.cpp Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate 2011-07-19 03:57:15 +00:00