Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1594 ResumeActionList thread_actions; in Handle_vCont() local
1652 thread_actions.Append(thread_action); in Handle_vCont()
1655 Status error = m_continue_process->Resume(thread_actions); in Handle_vCont()