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

Declarations

tools/lldb/include/lldb/Host/PseudoTerminal.h
  192   int ReleaseMasterFileDescriptor();

References

tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  363     int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor();
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  332     int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor();
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  259       pid, launch_info.GetPTY().ReleaseMasterFileDescriptor(), native_delegate,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  953             SetSTDIOFileDescriptor(pty.ReleaseMasterFileDescriptor());
tools/lldb/source/Target/Platform.cpp
 1150         int pty_fd = launch_info.GetPTY().ReleaseMasterFileDescriptor();
tools/lldb/unittests/Host/MainLoopTest.cpp
  114       term.ReleaseMasterFileDescriptor(), true);