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

References

tools/lldb/unittests/Host/ProcessLaunchInfoTest.cpp
   20             Info.GetFileActionForFD(STDIN_FILENO)->GetFileSpec());
   22             Info.GetFileActionForFD(STDOUT_FILENO)->GetFileSpec());
   24             Info.GetFileActionForFD(STDERR_FILENO)->GetFileSpec());
   25   EXPECT_EQ(FileSpec("/wd"), Info.GetWorkingDirectory());
   26   EXPECT_EQ(eLaunchFlagStopAtEntry, Info.GetFlags().Get());