Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-forward.h17 class ResumeActionList; variable
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h38 class ResumeActionList; variable
63 virtual Status Resume(const ResumeActionList &resume_actions) = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h47 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessOpenBSD.cpp234 Status NativeProcessOpenBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h44 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessNetBSD.cpp409 const ResumeActionList &resume_actions) { in ComputeSignalInfo()
461 Status NativeProcessNetBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h47 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessFreeBSD.cpp432 Status NativeProcessFreeBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h45 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessWindows.cpp86 Status NativeProcessWindows::Resume(const ResumeActionList &resume_actions) { in Resume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h57 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessLinux.cpp892 Status NativeProcessLinux::Resume(const ResumeActionList &resume_actions) { in Resume()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h161 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()
3040 ResumeActionList actions; in Handle_s()