Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DTTYState.cpp73 bool TTYStateSwitcher::SetState(uint32_t idx) const { in SetState() function in TTYStateSwitcher
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp458 void MachThread::SetState(nub_state_t state) { SetState() function in MachThread
H A DMachProcess.mm1276 void MachProcess::SetState(nub_state_t new_state) { function
[all...]
/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp733 void NativeProcessProtocol::SetState(lldb::StateType state, SetState() function in NativeProcessProtocol
/llvm-project/lldb/source/Target/
H A DThread.cpp565 void Thread::SetState(StateType state) { SetState() function in Thread