reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
  192   if (pid == -1) {
  198   if (pid == 0) {
  211     return HostProcess(pid); // No error. We're done.
  215   llvm::sys::RetryAfterSignal(-1, waitpid, pid, nullptr, 0);