Home
last modified time | relevance | path

Searched refs:TTYState (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DTTYState.cpp18 TTYState::TTYState() in TTYState() function in TTYState
21 TTYState::~TTYState() = default;
23 bool TTYState::GetTTYState(int fd, bool saveProcessGroup) { in GetTTYState()
41 bool TTYState::SetTTYState() const { in SetTTYState()
H A DTTYState.h19 class TTYState {
21 TTYState();
22 ~TTYState();
50 uint32_t NumStates() const { return sizeof(m_ttystates) / sizeof(TTYState); } in NumStates()
55 TTYState m_ttystates[2];
H A DCMakeLists.txt212 TTYState.cpp
/llvm-project/lldb/tools/debugserver/debugserver.xcodeproj/
H A Dproject.pbxproj157 26C638050C71334A0024798E /* TTYState.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TTYState.cpp; sourceTree = "<group>"; };
158 26C638060C71334A0024798E /* TTYState.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TTYState.h; sourceTree = "<group>"; };
292 26C638060C71334A0024798E /* TTYState.h */,
293 26C638050C71334A0024798E /* TTYState.cpp */,