Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h160 PacketResult ResumeProcess(NativeProcessProtocol &process,
H A DGDBRemoteCommunicationServerLLGS.cpp1528 GDBRemoteCommunicationServerLLGS::ResumeProcess( in ResumeProcess() function in GDBRemoteCommunicationServerLLGS
1629 PacketResult resume_res = ResumeProcess(*m_continue_process, resume_actions); in Handle_C()
1666 PacketResult resume_res = ResumeProcess(*m_continue_process, actions); in Handle_c()
1852 ResumeProcess(*process_it->second.process_up, x.second); in Handle_vCont()
3041 PacketResult resume_res = ResumeProcess(*m_continue_process, actions); in Handle_s()