summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-131-1/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-1/+4
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-527/+359
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-0/+9
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-6/+6
* Fix expectation for TestPlatformCommand.test_shellTamas Berghammer2015-03-041-1/+1
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-75/+82
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+2
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+632
OpenPOWER on IntegriCloud