Searched refs:ResumeActionList (Results 1 – 15 of 15) sorted by relevance
33 class ResumeActionList {35 ResumeActionList() = default;37 ResumeActionList(lldb::StateType default_action, int signal) { in ResumeActionList() function41 ResumeActionList(const ResumeAction *actions, size_t num_actions) { in ResumeActionList() function48 ~ResumeActionList() = default;
17 class ResumeActionList; variable
38 class ResumeActionList; variable63 virtual Status Resume(const ResumeActionList &resume_actions) = 0;
47 Status Resume(const ResumeActionList &resume_actions) override;
234 Status NativeProcessOpenBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
44 Status Resume(const ResumeActionList &resume_actions) override;
409 const ResumeActionList &resume_actions) { in ComputeSignalInfo()461 Status NativeProcessNetBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
432 Status NativeProcessFreeBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
45 Status Resume(const ResumeActionList &resume_actions) override;
86 Status NativeProcessWindows::Resume(const ResumeActionList &resume_actions) { in Resume()
57 Status Resume(const ResumeActionList &resume_actions) override;
892 Status NativeProcessLinux::Resume(const ResumeActionList &resume_actions) { in Resume()
161 const ResumeActionList &actions);
1527 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()3040 ResumeActionList actions; in Handle_s()