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

Declarations

tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
   43   bool AppendCloseFileAction(int fd);

References

tools/lldb/source/API/SBLaunchInfo.cpp
  268   return m_opaque_sp->AppendCloseFileAction(fd);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
 1067         launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor());
 1156     launch_info.AppendCloseFileAction(STDIN_FILENO);
 1157     launch_info.AppendCloseFileAction(STDOUT_FILENO);
 1158     launch_info.AppendCloseFileAction(STDERR_FILENO);