Searched refs:ResumeActionList (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-forward.h17 class ResumeActionList;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h33 class ResumeActionList { class in namespace:lldb_private
35 ResumeActionList() : m_actions(), m_signal_handled() {} function in class:lldb_private::ResumeActionList
37 ResumeActionList(lldb::StateType default_action, int signal) function in class:lldb_private::ResumeActionList
42 ResumeActionList(const ResumeAction *actions, size_t num_actions) function in class:lldb_private::ResumeActionList
50 ~ResumeActionList() = default;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h59 const ResumeActionList &thread_actions);
H A DNativeProcessDarwin.h63 Status Resume(const ResumeActionList &resume_actions) override;
170 ResumeActionList m_thread_actions;
H A DNativeThreadListDarwin.cpp454 NativeProcessDarwin &process, const ResumeActionList &thread_actions) {
H A DNativeProcessDarwin.cpp1395 Status NativeProcessDarwin::Resume(const ResumeActionList &resume_actions) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h42 Status Resume(const ResumeActionList &resume_actions) override;
H A DNativeProcessNetBSD.cpp372 const ResumeActionList &resume_actions) {
424 Status NativeProcessNetBSD::Resume(const ResumeActionList &resume_actions) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h33 class ResumeActionList;
48 virtual Status Resume(const ResumeActionList &resume_actions) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1389 ResumeActionList resume_actions(StateType::eStateRunning,
1459 // Build the ResumeActionList
1460 ResumeActionList actions(StateType::eStateRunning,
1518 ResumeActionList thread_actions;
2734 ResumeActionList actions;

Completed in 909 milliseconds