Searched refs:TTYStateSwitcher (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.cpp63 TTYStateSwitcher::TTYStateSwitcher() : m_currentState(~0) {} function in class:TTYStateSwitcher
65 TTYStateSwitcher::~TTYStateSwitcher() = default;
67 bool TTYStateSwitcher::GetState(uint32_t idx, int fd, bool saveProcessGroup) {
73 bool TTYStateSwitcher::SetState(uint32_t idx) const {
H A DTTYState.h43 class TTYStateSwitcher { class
45 TTYStateSwitcher();
46 ~TTYStateSwitcher();

Completed in 132 milliseconds