summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/objcxx
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
* [Host] Clean up dependencies of HostMacOSXObjCXXAlex Langford2019-05-071-4/+0
* Hide stderr output from lldb-argdumperAdrian Prantl2019-04-241-1/+4
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+1
* 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-193-12/+9
* 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-151-6/+4
* [Host] Use FileSystem wrapperJonas Devlieghere2018-12-101-10/+8
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-082-3/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-12/+13
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-3/+3
* [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-121-1/+0
* [cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...Raphael Isemann2018-07-231-1/+0
* 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-132-5/+8
* 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/+1940
OpenPOWER on IntegriCloud