summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/MonitoringProcessLauncher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-081-2/+6
* 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-191-4/+3
* [FileSystem] Migrate MonitoringProcessLauncherJonas Devlieghere2018-12-031-10/+5
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere2018-11-011-1/+2
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-13/+3
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-3/+13
* Remove Process references from the Host modulePavel Labath2018-05-141-13/+3
* Remove Platform references from the Host modulePavel Labath2018-01-191-26/+10
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Resubmit FileSystem changes.Zachary Turner2017-03-081-4/+9
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-5/+3
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-3/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-62/+54
* Generalize child process monitoring functionsPavel Labath2016-05-111-3/+1
* Fix broken build after signature change of ResolveExecutable.Zachary Turner2014-11-171-1/+3
* Remove unused variable.Eric Christopher2014-10-151-2/+0
* Create a process launcher abstraction.Zachary Turner2014-10-141-0/+102
OpenPOWER on IntegriCloud