summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Kalimba
Commit message (Expand)AuthorAgeFilesLines
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-273-239/+0
* Refactor user/group name resolving codePavel Labath2019-03-041-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-112-7/+0
* Rename Error -> Status.Zachary Turner2017-05-122-6/+6
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Push down more common code into PlatformPOSIXPavel Labath2017-02-032-23/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-022-96/+0
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+6
* 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-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-300/+232
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-7/+6
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-092-29/+0
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-082-0/+29
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-082-29/+0
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove redundant virtual for member functions marked 'override'.David Blaikie2015-04-081-31/+18
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-172-28/+24
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-13/+13
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-1/+11
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-192-4/+4
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-2/+2
* Missed a few places where we need to report unreadable executables.Greg Clayton2014-08-151-4/+11
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-111-6/+0
* Test commit, please ignoreMatthew Gardiner2014-07-281-0/+1
* Fix some warnings in the Windows build.Zachary Turner2014-07-161-4/+4
* Add kalimba as a platform.Todd Fiala2014-07-164-0/+475
OpenPOWER on IntegriCloud