Home
last modified time | relevance | path

Searched defs:SetState (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.cpp73 bool TTYStateSwitcher::SetState(uint32_t idx) const { in SetState() function in TTYStateSwitcher
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp458 void MachThread::SetState(nub_state_t state) { in SetState() function in MachThread
H A DMachProcess.mm1322 void MachProcess::SetState(nub_state_t new_state) { function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp729 void NativeProcessProtocol::SetState(lldb::StateType state, in SetState() function in NativeProcessProtocol
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp554 void Thread::SetState(StateType state) { in SetState() function in Thread