commit | c0ab9ebed439a8d801906d0fef40dd7f87d49fc6 | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Tue Sep 25 23:32:06 2012 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Tue Sep 25 23:32:06 2012 +0000 |
tree | 5383af67e74585c1c94655f009e05fad31bce368 | |
parent | d0d4902af0278498ee3c21c671d445256b035f5d [diff] |
The iOSSimulator platform should create a PlatformDarwin with is_host == true so PlatformDarwin knows it can do same-host operations like process lookup. <rdar://problem/12296249> git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164647 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp b/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp index 5097d01..07ef32f 100644 --- a/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp +++ b/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
@@ -147,7 +147,7 @@ /// Default Constructor //------------------------------------------------------------------ PlatformiOSSimulator::PlatformiOSSimulator () : - PlatformDarwin (false), + PlatformDarwin (true), m_sdk_directory () { }