Home
last modified time | relevance | path

Searched refs:CanResume (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h190 bool CanResume() const { return m_state == lldb::eStateStopped; } in CanResume() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h315 bool CanResume(lldb::StateType state) { return state == lldb::eStateStopped; } in CanResume() function
H A DGDBRemoteCommunicationServerLLGS.cpp1536 if (!process.CanResume()) { in ResumeProcess()
1590 if (!m_continue_process->CanResume()) { in Handle_C()