summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Platform.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add some safety checks to Platform::GetRemoteSharedModule so if itJason Molenda2016-07-121-2/+18
* Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci2016-06-211-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-42/+42
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+8
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-041-0/+4
* Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...Aidan Dodds2016-02-261-0/+2
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-0/+103
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-77/+36
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-0/+47
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-2/+46
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-0/+13
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-1/+8
* Revert "Clang module compilation options need to be per-platform."Adrian McCarthy2015-10-261-13/+1
* Clang module compilation options need to be per-platform.Sean Callanan2015-10-261-1/+13
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-1/+5
OpenPOWER on IntegriCloud