summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-5/+5
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+5
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-031-4/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()Adrian Prantl2019-04-291-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Compiler warning pointed out a mistake - fix it.Jason Molenda2018-11-071-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+3
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-4/+4
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-1/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+2
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+4
* Move the code to find a binary in a bundle in the target.exec-search-pathsJason Molenda2017-06-021-0/+4
* Rename Error -> Status.Zachary Turner2017-05-121-16/+17
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-3/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* 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-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-5/+5
* Make the Error class constructor protectedMehdi Amini2016-11-111-5/+5
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-293/+251
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-2/+2
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-2/+2
* I like how PlatformAndroid/PlatformLinux log when their platformsJason Molenda2015-11-191-0/+23
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+1
* 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
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-4/+4
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-1/+1
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-1/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-1/+3
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-111-6/+0
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Add support for Haswell on x86_64.Greg Clayton2014-01-221-2/+32
* Rename Platform::GetFile (3-arg version) to GetFileWithUUIDSteve Pucci2014-01-171-4/+4
* Replace 'mkdir' shell invocation by native function call.Jean-Daniel Dupas2013-12-091-9/+4
* Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton2013-10-241-1/+77
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-3/+73
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-0/+3
OpenPOWER on IntegriCloud