Home
last modified time | relevance | path

Searched refs:thread_actions (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp455 NativeProcessDarwin &process, const ResumeActionList &thread_actions) { in ProcessWillResume() argument
468 if ((thread_actions.GetSize() > 0) && in ProcessWillResume()
469 (thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume()
470 thread_actions.NumActionsWithState (eStateRunning) == 1)) in ProcessWillResume()
473 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()
474 size_t num_actions = thread_actions.GetSize(); in ProcessWillResume()
515 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
H A DNativeThreadListDarwin.h60 const ResumeActionList &thread_actions);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1516 ResumeActionList thread_actions; local
1570 thread_actions.Append(thread_action);
1573 Status error = m_debugged_process_up->Resume(thread_actions);