LLDB mainline
Functions
PseudoTerminal.cpp File Reference
#include "lldb/Host/PseudoTerminal.h"
#include "lldb/Host/Config.h"
#include "lldb/Host/FileSystem.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Errno.h"
#include <cassert>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <mutex>
#include "lldb/Host/PosixApi.h"

Go to the source code of this file.

Functions

static std::string use_ptsname (int fd)
 

Function Documentation

◆ use_ptsname()

static std::string use_ptsname ( int  fd)
static

Definition at line 108 of file PseudoTerminal.cpp.

References ptsname().

Referenced by lldb_private::PseudoTerminal::GetSecondaryName().