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

References

tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
   95       ExitWithError(error_fd, "setpgid");
  103         ExitWithError(error_fd, "close");
  107         ExitWithError(error_fd, "dup2");
  110       DupDescriptor(error_fd, action.GetFileSpec(), action.GetFD(),
  123     ExitWithError(error_fd, "chdir");
  125   DisableASLRIfRequested(error_fd, info);
  135     ExitWithError(error_fd, "pthread_sigmask");
  140       ExitWithError(error_fd, "setgid");
  147       if (!info.GetFileActionForFD(fd) && fd != error_fd)
  152       ExitWithError(error_fd, "ptrace");
  175   ExitWithError(error_fd, "execve");