Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.cpp23 bool TTYState::GetTTYState(int fd, bool saveProcessGroup) { in GetTTYState() argument
28 if (saveProcessGroup) in GetTTYState()
67 bool TTYStateSwitcher::GetState(uint32_t idx, int fd, bool saveProcessGroup) { in GetState() argument
69 return m_ttystates[idx].GetTTYState(fd, saveProcessGroup); in GetState()
H A DTTYState.h24 bool GetTTYState(int fd, bool saveProcessGroup);
48 bool GetState(uint32_t idx, int fd, bool saveProcessGroup);