Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:pty

661             lldb_utility::PseudoTerminal pty;
674 if (pty.OpenFirstAvailableMaster(O_RDWR|O_NOCTTY, NULL, 0))
675 slave_name = pty.GetSlaveName (NULL, 0);
766 if (pty.GetMasterFileDescriptor() != lldb_utility::PseudoTerminal::invalid_fd)
767 SetSTDIOFileDescriptor (pty.ReleaseMasterFileDescriptor());