summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBPlatform.cpp
AgeCommit message (Expand)Author
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-05-10Convert all RunShellCommand functions to use the Timeout classPavel Labath
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-03-13Add a missing return in SBPlatform::IsConnected and testJim Ingham
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-28Fix warnings detected by -Wpessimizing-movePavel Labath
2015-07-14Refactor Unix signals.Chaoren Lin
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-03-04Fix expectation for TestPlatformCommand.test_shellTamas Berghammer
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton