summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-1/+1
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-4/+3
* Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.Adrian Prantl2019-10-111-1/+2
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-101/+95
* [LLDB] Find debugserver in Command Line Tools as wellAntonio Afonso2019-07-251-50/+71
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-38/+36
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+8
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* One small tweak to LocateExecutableScriptingResources - IJason Molenda2019-04-231-2/+2
* Add a small check to PlatformDarwin::LoadScriptingResourceForModuleJason Molenda2019-04-231-3/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-0/+1
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* [PlatformDarwin] Simplify logic and use FileSystemJonas Devlieghere2018-12-041-17/+4
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+1
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-1/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+1
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-4/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-16/+17
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-16/+16
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-7/+8
* Get rid of casts. (NFC)Adrian Prantl2018-10-251-2/+2
* Fix a bug PlatformDarwin::SDKSupportsModule.Adrian Prantl2018-10-251-7/+4
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-1/+1
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-2/+2
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-71/+31
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+3
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-5/+4
* Remove infinite recursion due to FileSpec change.Jonas Devlieghere2018-05-311-5/+3
* 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-101-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-70/+63
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-31/+11
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-1/+1
* Update PlatformDarwin::GetDeveloperDir to handle the twoJason Molenda2017-12-091-8/+13
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Move the code to find a binary in a bundle in the target.exec-search-pathsJason Molenda2017-06-021-0/+77
* Rename Error -> Status.Zachary Turner2017-05-121-26/+27
* Unify the common code in the ios, tvos, watchos platforms into a singleJason Molenda2017-04-171-0/+2
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Delete LLDB's MD5 code. Use LLVM instead.Zachary Turner2017-03-201-5/+7
* Remove FileSystem::MakeDirectory.Zachary Turner2017-03-191-2/+1
* Resubmit FileSystem changes.Zachary Turner2017-03-081-9/+17
OpenPOWER on IntegriCloud