summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Platform.cpp
AgeCommit message (Expand)Author
2017-12-11Move PseudoTerminal to the lldb_private namespacePavel Labath
2017-11-13Remove last Host usage from ArchSpecPavel Labath
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath
2017-10-05Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov
2017-08-16Make i386-*-freebsd expression work on JIT pathEd Maste
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-21Replace std::ofstream with llvm::raw_fd_ostreamPavel Labath
2017-03-21Resubmit r298334 after fixing OSX build errors.Zachary Turner
2017-03-21Revert r298334 until Zachary has a chance to fix the buildbot failureJason Molenda
2017-03-21Delete various lldb FileSystem functions.Zachary Turner
2017-03-20Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner
2017-03-19Remove FileSystem::Get/SetFilePermissionsZachary Turner
2017-03-19Remove FileSystem::MakeDirectory.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2017-01-25Replace chdir() usage with the llvm equivalent.Pavel Labath
2017-01-23Replace getcwd with the llvm equivalentPavel Labath
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-05Change Platform::GetRemoteSharedModule so if it's given a ModuleSpecJason Molenda
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-12Add some safety checks to Platform::GetRemoteSharedModule so if itJason Molenda
2016-06-21Fix typo in eOpenOptionDontFollowSymlinksFrancis Ricci
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2016-04-04Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata
2016-02-26Add mips32 software breakpoints into platform::GetSoftwareBreakpointTrapOpcod...Aidan Dodds
2016-02-22Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko