summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-2/+8
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-5/+5
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-2/+2
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-19/+26
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-16/+10
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-11/+11
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-2/+2
* [lldb-server] Add remote platform capabilities for WindowsAaron Smith2019-02-141-174/+0
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-121-135/+2
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-2/+1
* 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/+3
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-5/+5
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-1/+2
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-3/+4
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-2/+2
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-1/+2
* Defend LoadImageUsingPaths against a path listJim Ingham2018-07-201-0/+4
* Address a few post facto review comments from Adrian.Jim Ingham2018-07-051-5/+5
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-10/+128
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-3/+4
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-5/+6
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-6/+5
* Remove Process references from the Host modulePavel Labath2018-05-141-5/+6
* Add a lock to PlatformPOSIX::DoLoadImageFrederic Riss2018-05-111-18/+12
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-12/+14
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+19
* Change PlatformPosix::DoLoadImage to use a UtilityFunction.Jim Ingham2018-04-171-50/+254
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-4/+4
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-141-3/+4
* Fix "process load" on new android targetsPavel Labath2017-07-051-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-70/+71
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-4/+7
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-7/+4
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-4/+7
* 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
* Push down more common code into PlatformPOSIXPavel Labath2017-02-031-0/+41
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-021-0/+139
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-1/+1
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-1/+1
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-8/+8
OpenPOWER on IntegriCloud