summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/HostProcessPosix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-081-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Clean up lldb-types.hPavel Labath2017-07-181-0/+2
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-71/+51
* Generalize child process monitoring functionsPavel Labath2016-05-111-2/+2
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-10/+7
* Create a process launcher abstraction.Zachary Turner2014-10-141-1/+8
* Fixup some minor issues with HostProcess.Zachary Turner2014-09-301-0/+3
* Add missing constructor definition.Zachary Turner2014-09-111-0/+5
* Update HostProcess to use the same facade pattern as HostThread.Zachary Turner2014-09-111-18/+16
* Fix linker error due to missing static variable instantiation.Zachary Turner2014-08-271-0/+2
* Create a HostProcess class.Zachary Turner2014-08-271-0/+101
OpenPOWER on IntegriCloud