Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1627 PacketResult resume_res = ResumeProcess(*m_continue_process, resume_actions); in Handle_C() local
1628 if (resume_res != PacketResult::Success) in Handle_C()
1629 return resume_res; in Handle_C()
1664 PacketResult resume_res = ResumeProcess(*m_continue_process, actions); in Handle_c() local
1665 if (resume_res != PacketResult::Success) in Handle_c()
1666 return resume_res; in Handle_c()
1856 PacketResult resume_res = in Handle_vCont() local
1858 if (resume_res != PacketResult::Success) in Handle_vCont()
1859 return resume_res; in Handle_vCont()
3045 PacketResult resume_res = ResumeProcess(*m_continue_process, actions); in Handle_s() local
[all …]