Home
last modified time | relevance | path

Searched defs:resume_actions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp407 ComputeSignalInfo(const std::vector<std::unique_ptr<NativeThreadProtocol>> & threads,const ResumeActionList & resume_actions) ComputeSignalInfo() argument
459 Resume(const ResumeActionList & resume_actions) Resume() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp451 Status NativeProcessFreeBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1592 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C() local