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

Declarations

tools/lldb/include/lldb/Target/Process.h
 2245   void SetSTDIOFileDescriptor(int file_descriptor);

References

tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  365       process_sp->SetSTDIOFileDescriptor(pty_fd);
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  334       process_sp->SetSTDIOFileDescriptor(pty_fd);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  953             SetSTDIOFileDescriptor(pty.ReleaseMasterFileDescriptor());
tools/lldb/source/Target/Platform.cpp
 1152           process_sp->SetSTDIOFileDescriptor(pty_fd);