summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-2/+3
* 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
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* ProcessLauncherPosixFork: move setgid call into the if(debug) branchPavel Labath2018-05-231-4/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+11
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-13/+6
* Logging: Disable logging after fork()Pavel Labath2017-10-231-4/+0
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-161-1/+1
* Fix NetBSD/FreeBSD build after r308304Pavel Labath2017-07-181-0/+1
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* ProcessLauncherPosixFork: Fetch errno earlyPavel Labath2017-06-201-4/+4
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-2/+3
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-3/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix android build of the new process launcherPavel Labath2017-02-011-0/+1
* Transform ProcessLauncherLinux to ProcessLauncherPosixForkKamil Rytarowski2017-02-011-0/+231
OpenPOWER on IntegriCloud