summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/HostProcess.cpp
AgeCommit message (Expand)Author
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath
2022-02-22[lldb] Remove HostProcess:GetMainModulePavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-11Generalize child process monitoring functionsPavel Labath
2014-10-14Create a process launcher abstraction.Zachary Turner
2014-09-30Fixup some minor issues with HostProcess.Zachary Turner
2014-09-11Update HostProcess to use the same facade pattern as HostThread.Zachary Turner