summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-2/+2
* [lldb] Fix macOS build by replacing nullptr with FileSpec()Raphael Isemann2019-12-041-1/+1
* Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.Jason Molenda2019-10-311-1/+1
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-1/+17
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-111-8/+10
* [Host] Return status directly from RunShellCommandJonas Devlieghere2019-10-041-4/+2
* [Host] Don't discard return value from RunShellCommandJonas Devlieghere2019-10-041-3/+8
* [ARM64] XPC services are unsupported on device.Davide Italiano2019-10-021-2/+2
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-4/+6
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-041-11/+20
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-27/+21
* [Host] Fix out-of-line definition of StartMonitoringChildProcessJonas Devlieghere2019-07-081-1/+1
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-3/+6
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* Mark private unimplemented functions as deletedJonas Devlieghere2019-05-151-2/+2
* [Host] Clean up dependencies of HostMacOSXObjCXXAlex Langford2019-05-071-4/+0
* Hide stderr output from lldb-argdumperAdrian Prantl2019-04-241-1/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1014-92/+0
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+1
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-654/+0
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* [Reproducers] Add file providerJonas Devlieghere2019-01-291-6/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1918-72/+54
* Fix stack-buffer-overflow in lldb_private::Host::FindProcesses (2/2)Jonas Devlieghere2018-12-211-2/+2
* Fix stack-buffer-overflow in lldb_private::Host::FindProcessesJonas Devlieghere2018-12-201-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-154-13/+11
* [Host] Use FileSystem wrapperJonas Devlieghere2018-12-101-10/+8
* Remove header grouping comments.Jonas Devlieghere2018-11-112-8/+0
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-083-4/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-013-27/+39
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-012-9/+14
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-2/+3
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+3
* Move SafeMachO from Utility to HostPavel Labath2018-09-122-3/+0
* [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...Raphael Isemann2018-07-231-1/+0
* Fix macos build for r335244Pavel Labath2018-06-211-2/+2
* Remove dependency from Host to pythonPavel Labath2018-06-201-34/+0
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-192-14/+12
* Fix macosx build broken by the VersionTuple refactorPavel Labath2018-06-181-6/+3
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-16/+5
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-133-11/+20
* Fix macos xcode build.Jason Molenda2018-06-131-5/+5
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Add modules support for lldb headers in include/Raphael Isemann2018-06-134-0/+21
* Document how lldb uses the DBGSourcePathRemapping Jason Molenda2018-06-111-2/+7
* Delete some dead codeAlex Langford2018-06-081-180/+0
* Remove dependency from Host to clang.Zachary Turner2018-06-041-80/+0
* HostInfoMacOSX: Support finding the clang resource directory within CLTools.Adrian Prantl2018-05-251-9/+13
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-9/+5
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-5/+10
OpenPOWER on IntegriCloud