Home
last modified time | relevance | path

Searched refs:ProcessGroupValid (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.h33 bool ProcessGroupValid() const { return m_processGroup != -1; } in ProcessGroupValid() function
H A DTTYState.cpp49 if (ProcessGroupValid()) { in SetTTYState()