Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h166 PacketResult ResumeProcess(NativeProcessProtocol &process,
H A DGDBRemoteCommunicationServerLLGS.cpp1526 GDBRemoteCommunicationServerLLGS::ResumeProcess( in ResumeProcess() function in GDBRemoteCommunicationServerLLGS
1627 PacketResult resume_res = ResumeProcess(*m_continue_process, resume_actions); in Handle_C()
1664 PacketResult resume_res = ResumeProcess(*m_continue_process, actions); in Handle_c()
1857 ResumeProcess(*process_it->second.process_up, x.second); in Handle_vCont()
3045 PacketResult resume_res = ResumeProcess(*m_continue_process, actions); in Handle_s()