Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h406 DNBThreadResumeActions m_thread_actions; // The thread actions for the current variable
DMachProcess.mm507 m_thread_actions(), m_exception_messages(), function
1412 m_thread_actions = thread_actions;
1440 m_thread_actions = DNBThreadResumeActions(eStateRunning, 0);
1564 m_thread_actions = DNBThreadResumeActions(eStateRunning, 0);
1566 m_thread_actions = DNBThreadResumeActions(eStateSuspended, 0);
1605 m_thread_actions.Clear();
1613 m_thread_actions.Append(thread_action);
1614 m_thread_actions.SetDefaultThreadActionIfNeeded(eStateRunning, 0);
1755 action = m_thread_actions.GetActionForThread(tid, false);
1761 m_thread_actions.SetSignalHandledForThread(tid);
[all …]