Home
last modified time | relevance | path

Searched refs:m_thread_actions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h418 DNBThreadResumeActions m_thread_actions; // The thread actions for the current variable
H A DMachProcess.mm520 m_thread_actions(), m_exception_messages(), function
1436 m_thread_actions = thread_actions;
1464 m_thread_actions = DNBThreadResumeActions(eStateRunning, 0);
1588 m_thread_actions = DNBThreadResumeActions(eStateRunning, 0);
1590 m_thread_actions = DNBThreadResumeActions(eStateSuspended, 0);
1629 m_thread_actions.Clear();
1637 m_thread_actions.Append(thread_action);
1780 action = m_thread_actions.GetActionForThread(tid, false);
1786 m_thread_actions.SetSignalHandledForThread(tid);
1819 m_thread_list.ProcessWillResume(this, m_thread_actions);
[all …]