summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Silence compiler warningsAdrian Prantl2019-01-151-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+5
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-3/+3
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-7/+8
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+18
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-2/+4
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-4/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-2/+4
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-406/+325
* Adjust LLDB's iOS simulator interface for changes in CoreSimulatorEnrico Granata2016-08-091-2/+4
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* 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