summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx/objcxx/Host.mm
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
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+6
* 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
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-24/+19
* [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
* 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-191-4/+3
* 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-081-2/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+5
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-3/+3
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-2/+3
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-6/+4
* Fix macosx build broken by the VersionTuple refactorPavel Labath2018-06-181-6/+3
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+4
* Fix macos xcode build.Jason Molenda2018-06-131-5/+5
* Add modules support for lldb headers in include/Raphael Isemann2018-06-131-0/+1530
OpenPOWER on IntegriCloud