Searched refs:DNBThreadResumeAction (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBThreadResumeActions.h | 26 DNBThreadResumeActions(const DNBThreadResumeAction *actions, 31 void Append(const DNBThreadResumeAction &action); 42 const DNBThreadResumeAction *GetActionForThread(nub_thread_t tid, 51 const DNBThreadResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() 61 std::vector<DNBThreadResumeAction> m_actions;
|
| H A D | DNBThreadResumeActions.cpp | 19 const DNBThreadResumeAction *actions, size_t num_actions) in DNBThreadResumeActions() 33 void DNBThreadResumeActions::Append(const DNBThreadResumeAction &action) { in Append() 40 DNBThreadResumeAction action = {tid, state, signal, addr}; in AppendAction() 44 const DNBThreadResumeAction * 71 DNBThreadResumeAction default_action = {INVALID_NUB_THREAD, action, signal, in SetDefaultThreadActionIfNeeded()
|
| H A D | DNBDefs.h | 223 struct DNBThreadResumeAction { struct
|
| H A D | DNB.h | 80 const DNBThreadResumeAction *actions,
|
| H A D | RNBRemote.cpp | 3728 DNBThreadResumeAction thread_action; in HandlePacket_v() 4256 DNBThreadResumeAction action = {INVALID_NUB_THREAD, eStateRunning, 0, in HandlePacket_c() 4530 DNBThreadResumeAction action = {INVALID_NUB_THREAD, eStateRunning, 0, in HandlePacket_C() 4647 DNBThreadResumeAction action = {INVALID_NUB_THREAD, eStateStepping, 0, in HandlePacket_S()
|
| H A D | DNB.cpp | 1080 const DNBThreadResumeAction *actions, in DNBProcessResume()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume() 405 DNBThreadResumeAction resume_new_threads = {-1U, eStateRunning, 0, in ProcessWillResume() 426 const DNBThreadResumeAction *thread_action = in ProcessWillResume()
|
| H A D | MachThread.h | 84 void ThreadWillResume(const DNBThreadResumeAction *thread_action,
|
| H A D | MachThread.cpp | 342 void MachThread::ThreadWillResume(const DNBThreadResumeAction *thread_action, in ThreadWillResume()
|
| H A D | MachProcess.mm | 1637 DNBThreadResumeAction thread_action; 1784 const DNBThreadResumeAction *action = NULL;
|