summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-9/+7
* [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-15/+14
* 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/+2
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-2/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-2/+2
* 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
* Fix a deadlock issue that would happen when loading an AppleTV or watchOS bin...Greg Clayton2016-11-141-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-366/+296
* 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
* Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda2015-11-061-0/+442
OpenPOWER on IntegriCloud