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

Declarations

tools/lldb/include/lldb/Host/PseudoTerminal.h
  180   bool OpenSlave(int oflag, char *error_str, size_t error_len);

References

tools/lldb/source/Host/common/PseudoTerminal.cpp
  211       if (OpenSlave(O_RDWR, error_str, error_len)) {
tools/lldb/unittests/Editline/EditlineTest.cpp
  114   if (!_pty.OpenSlave(O_RDWR, error_string, sizeof(error_string))) {
tools/lldb/unittests/Host/MainLoopTest.cpp
  112   ASSERT_TRUE(term.OpenSlave(O_RDWR | O_NOCTTY, nullptr, 0));