summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+8
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-12/+12
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Fix darwin build (llvm::once_flag fallout)Pavel Labath2017-02-061-0/+1
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-207/+171
* Adjust LLDB's iOS simulator interface for changes in CoreSimulatorEnrico Granata2016-08-091-5/+7
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* Fix build on platforms that don't have dlfcn.hZachary Turner2015-11-051-0/+3
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-0/+300
OpenPOWER on IntegriCloud