summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/MonitoringProcessLauncher.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-08Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song
2019-02-04Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[FileSystem] Migrate MonitoringProcessLauncherJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove ResolveExecutableLocation() from FileSpecJonas Devlieghere
2018-05-15Reapply "Remove Process references from the Host module"Pavel Labath
2018-05-14Revert "Remove Process references from the Host module"Pavel Labath
2018-05-14Remove Process references from the Host modulePavel Labath
2018-01-19Remove Platform references from the Host modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-11Generalize child process monitoring functionsPavel Labath
2014-11-17Fix broken build after signature change of ResolveExecutable.Zachary Turner
2014-10-15Remove unused variable.Eric Christopher
2014-10-14Create a process launcher abstraction.Zachary Turner