summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform
Commit message (Expand)AuthorAgeFilesLines
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-1/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-075-5/+5
* Android is an environment and we were comparing the android tripleEric Christopher2018-07-311-3/+3
* Tidy up comment.Eric Christopher2018-07-311-2/+2
* Use UnknownVendor rather than UnknownArch since they're in two different enumsEric Christopher2018-07-311-1/+1
* [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...Raphael Isemann2018-07-231-1/+0
* 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-282-11/+131
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-262-5/+5
* Correct the pathname that PlatformDarwinKernel::ExamineKextForMatchingUUIDJason Molenda2018-06-192-4/+4
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-3/+4
* Fix netbsd build broken by r334950Pavel Labath2018-06-181-10/+2
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-188-129/+66
* Fix includes in PlatformAppleSimulator.hPavel Labath2018-06-141-2/+2
* fix cmake include path.Jason Molenda2018-06-141-1/+1
* Move the header file to be in the same new place as the .mm file.Jason Molenda2018-06-131-0/+0
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-139-18/+21
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-132-5/+5
* Add modules support for lldb headers in include/Raphael Isemann2018-06-133-1/+21
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-5/+4
* [Platform] Accept arbitrary kext variantsJonas Devlieghere2018-06-072-22/+43
* Remove infinite recursion due to FileSpec change.Jonas Devlieghere2018-05-311-5/+3
* NFC: Fix some comment typos.Bob Wilson2018-05-283-3/+3
* Normalize some lldb #include statements.James Y Knight2018-05-221-1/+1
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-0/+1
* 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
* FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath2018-05-141-3/+2
* Add a lock to PlatformPOSIX::DoLoadImageFrederic Riss2018-05-112-22/+16
* Fix the code that gets the Xcode path. After path normalization this could wa...Greg Clayton2018-05-101-1/+1
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-106-23/+21
* Reflow paragraphs in comments.Adrian Prantl2018-04-3021-354/+302
* Change PlatformPosix::DoLoadImage to use a UtilityFunction.Jim Ingham2018-04-172-50/+258
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski2018-02-051-88/+26
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-107-68/+30
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-1/+1
* Fix osx build broken in r320346Pavel Labath2017-12-111-1/+0
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-113-3/+3
* Change the ordering that we search for kexts and kernels on the localJason Molenda2017-12-091-7/+22
* Update PlatformDarwin::GetDeveloperDir to handle the twoJason Molenda2017-12-091-8/+13
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-134-4/+4
* Move ArchSpec to the Utility modulePavel Labath2017-11-134-4/+3
* Increase AdbClient read timeoutPavel Labath2017-10-311-1/+1
* convert hard tabs to spaces in PlatformOpenBSD.cppEd Maste2017-08-161-1/+1
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-168-20/+46
* [LLDB][MIPS] Fix process load/unload on android.Nitesh Jain2017-08-144-8/+25
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
OpenPOWER on IntegriCloud