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

References

tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
   93   if (info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)) {
   98   for (size_t i = 0; i < info.GetNumFileActions(); ++i) {
   99     const FileAction &action = *info.GetFileActionAtIndex(i);
  118   const char **argv = info.GetArguments().GetConstArgumentVector();
  121   if (info.GetWorkingDirectory() &&
  122       0 != ::chdir(info.GetWorkingDirectory().GetCString()))
  125   DisableASLRIfRequested(error_fd, info);
  126   Environment env = info.GetEnvironment();
  137   if (info.GetFlags().Test(eLaunchFlagDebug)) {
  147       if (!info.GetFileActionForFD(fd) && fd != error_fd)