summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-10/+29
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-5/+24
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-4/+4
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-39/+22
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-59/+53
* One more windows build fixPavel Labath2018-04-051-0/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-4/+1
* Move PseudoTerminal to the lldb_private namespacePavel Labath2017-12-111-1/+1
* Remove last Host usage from ArchSpecPavel Labath2017-11-131-0/+3
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-0/+31
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-051-0/+6
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-161-3/+7
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-97/+99
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath2017-03-211-2/+3
* Resubmit r298334 after fixing OSX build errors.Zachary Turner2017-03-211-6/+3
* Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda2017-03-211-3/+6
* Delete various lldb FileSystem functions.Zachary Turner2017-03-211-6/+3
* Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner2017-03-201-3/+6
* Remove FileSystem::Get/SetFilePermissionsZachary Turner2017-03-191-6/+10
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-1/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-21/+22
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-22/+21
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-21/+22
* 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
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-251-7/+5
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-4/+4
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-3/+2
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-2/+2
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-111-3/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Change Platform::GetRemoteSharedModule so if it's given a ModuleSpecJason Molenda2016-10-051-0/+19
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-3/+3
* Try to fix build errors on Android.Zachary Turner2016-09-221-3/+3
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-17/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1828/+1502
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+28
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-28/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+28
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-12/+14
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
OpenPOWER on IntegriCloud