Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DDebug.h33 class ResumeActionList {
35 ResumeActionList() : m_actions(), m_signal_handled() {} in ResumeActionList() function
37 ResumeActionList(lldb::StateType default_action, int signal) in ResumeActionList() function
42 ResumeActionList(const ResumeAction *actions, size_t num_actions) in ResumeActionList() function
50 ~ResumeActionList() = default;
/external/llvm-project/lldb/include/lldb/
Dlldb-private-forward.h17 class ResumeActionList; variable
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h34 class ResumeActionList; variable
49 virtual Status Resume(const ResumeActionList &resume_actions) = 0;
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.h42 Status Resume(const ResumeActionList &resume_actions) override;
DNativeProcessFreeBSD.cpp357 Status NativeProcessFreeBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.h42 Status Resume(const ResumeActionList &resume_actions) override;
DNativeProcessNetBSD.cpp377 const ResumeActionList &resume_actions) { in ComputeSignalInfo()
429 Status NativeProcessNetBSD::Resume(const ResumeActionList &resume_actions) { in Resume()
/external/llvm-project/lldb/unittests/TestingSupport/Host/
DNativeProcessTestUtils.h39 MOCK_METHOD1(Resume, Status(const ResumeActionList &ResumeActions));
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h45 Status Resume(const ResumeActionList &resume_actions) override;
DNativeProcessWindows.cpp86 Status NativeProcessWindows::Resume(const ResumeActionList &resume_actions) { in Resume()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h53 Status Resume(const ResumeActionList &resume_actions) override;
DNativeProcessLinux.cpp1032 Status NativeProcessLinux::Resume(const ResumeActionList &resume_actions) { in Resume()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp1480 ResumeActionList resume_actions(StateType::eStateRunning, in Handle_C()
1551 ResumeActionList actions(StateType::eStateRunning, in Handle_c()
1609 ResumeActionList thread_actions; in Handle_vCont()
2809 ResumeActionList actions; in Handle_s()