summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda2015-11-191-0/+24
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-51/+53
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+1
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-19/+17
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-3/+3
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-3/+4
* Missed a few places where we need to report unreadable executables.Greg Clayton2014-08-151-4/+11
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-16/+21
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-13/+46
* lldb arm64 import.Jason Molenda2014-03-291-3/+15
* Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding rece...Greg Clayton2013-10-301-3/+3
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-4/+4
* <rdar://problem/13854277>Greg Clayton2013-05-101-11/+6
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-8/+4
* Fixed the iOS simulator platform:Sean Callanan2012-10-201-9/+1
* The iOSSimulator platform should create a PlatformDarwin with Jason Molenda2012-09-251-1/+1
* <rdar://problem/12211320>Greg Clayton2012-09-051-2/+10
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/11358639>Greg Clayton2012-05-081-4/+32
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-2/+23
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-23/+10
* <rdar://problem/9886712>Greg Clayton2012-02-251-0/+387
OpenPOWER on IntegriCloud