llvm-project/lldb
Greg Clayton c44bcec6e1 LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (no executable).
The problem was that the static DynamicLoaderDarwinKernel::Initialize() was recently changed to come before DynamicLoaderMacOSXDYLD::Initialize() which caused the DynamicLoaderDarwinKernel::CreateInstance(...) to be called before DynamicLoaderMacOSXDYLD::CreateInstance(...) and DynamicLoaderDarwinKernel would claim it could be the dynamic loader for a user space MacOSX process. The fix is to make DynamicLoaderDarwinKernel::CreateInstance() a bit more thourough when vetting the process so that it doesn't claim MacOSX user space processes.

<rdar://problem/25425373> 

llvm-svn: 264794
2016-03-29 22:09:24 +00:00
..
cmake Follow-up for r264162 to fix the CMake build (update LLDBDependencies.cmake). 2016-03-23 16:54:23 +00:00
docs
examples
include/lldb Figure out what the fixed expression is, and print it. Added another target setting to 2016-03-29 22:00:08 +00:00
lit
lldb.xcodeproj Add ClangUtil.cpp to the xcode project 2016-03-29 12:06:37 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Figure out what the fixed expression is, and print it. Added another target setting to 2016-03-29 22:00:08 +00:00
resources Bump the lldb version # in the xcode project files from 2016-03-15 04:36:11 +00:00
scripts Add missing swig wrappers for r264662 2016-03-29 10:41:40 +00:00
source LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (no executable). 2016-03-29 22:09:24 +00:00
test
third_party/Python/module
tools Revert the "build fix" in r264104 2016-03-29 14:39:10 +00:00
unittests Fix a bunch of signedness warnings in unittests 2016-03-11 09:00:23 +00:00
utils
www Update the website with lots of new info about building / testing. 2016-02-24 22:19:23 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py