summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/MacOSX
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-042-6/+6
* [lldb] Avoid snprintf in PlatformRemoteDarwinDevicePavel Labath2019-11-261-19/+14
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-4/+19
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+1
* Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.Adrian Prantl2019-10-111-1/+2
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-1/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-1/+1
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-5/+5
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-3/+8
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-101/+95
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+3
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-9/+32
* [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-2411-165/+162
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-1/+1
* Refactor ObjectFile::GetSDKVersionRaphael Isemann2019-07-031-4/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-233-22/+22
* Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()Adrian Prantl2019-04-291-1/+1
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-2/+2
* 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-1024-152/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-044-3/+16
* 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-112-5/+8
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-041-1/+1
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1926-104/+78
* Silence compiler warningsAdrian Prantl2019-01-158-8/+8
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-212-3/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-158-20/+11
* [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-1125-98/+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-082-13/+13
* Compiler warning pointed out a mistake - fix it.Jason Molenda2018-11-071-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-019-54/+69
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-017-43/+44
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-014-4/+4
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-019-88/+96
* Get rid of casts. (NFC)Adrian Prantl2018-10-252-3/+3
* Fix a bug PlatformDarwin::SDKSupportsModule.Adrian Prantl2018-10-252-13/+10
* For a built & test bot, add an environment variable PLATFORM_SDK_DIRECTORY,Jason Molenda2018-10-161-0/+23
* Fix this comment so it is consistent with all the others.Jason Molenda2018-10-111-1/+1
OpenPOWER on IntegriCloud