Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h33 class ResumeActionList {
35 ResumeActionList() = default;
37 ResumeActionList(lldb::StateType default_action, int signal) { in ResumeActionList() function
41 ResumeActionList(const ResumeAction *actions, size_t num_actions) { in ResumeActionList() function
48 ~ResumeActionList() = default;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-forward.h17 class ResumeActionList; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h38 class ResumeActionList; variable
63 virtual Status Resume(const ResumeActionList &resume_actions) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h45 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessNetBSD.cpp430 const ResumeActionList &resume_actions) { in ComputeSignalInfo()
482 Status NativeProcessNetBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h48 Status Resume(const ResumeActionList &resume_actions) override;
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.h167 const ResumeActionList &actions);
H A DGDBRemoteCommunicationServerLLGS.cpp1527 NativeProcessProtocol &process, const ResumeActionList &actions) { in ResumeProcess()
1592 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C()
1661 ResumeActionList actions(StateType::eStateRunning, in Handle_c()
1680 static bool ResumeActionListStopsAllThreads(ResumeActionList &actions) { in ResumeActionListStopsAllThreads()
1715 std::unordered_map<lldb::pid_t, ResumeActionList> thread_actions; in Handle_vCont()
1816 for (std::pair<lldb::pid_t, ResumeActionList> x : thread_actions) { in Handle_vCont()
3039 ResumeActionList actions; in Handle_s()