Searched refs:DNBThreadResumeAction (Results 1 – 10 of 10) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBThreadResumeActions.h | 30 DNBThreadResumeActions (const DNBThreadResumeAction *actions, size_t num_actions); 39 Append (const DNBThreadResumeAction &action); 65 const DNBThreadResumeAction * 77 const DNBThreadResumeAction * 97 std::vector<DNBThreadResumeAction> m_actions;
|
D | DNBThreadResumeActions.cpp | 22 DNBThreadResumeActions::DNBThreadResumeActions (const DNBThreadResumeAction *actions, size_t num_ac… in DNBThreadResumeActions() 41 DNBThreadResumeActions::Append (const DNBThreadResumeAction &action) in Append() 56 DNBThreadResumeAction action = { tid, state, signal, addr }; in AppendAction() 61 const DNBThreadResumeAction * 95 … DNBThreadResumeAction default_action = {INVALID_NUB_THREAD, action, signal, INVALID_NUB_ADDRESS }; in SetDefaultThreadActionIfNeeded()
|
D | DNBDefs.h | 222 struct DNBThreadResumeAction struct
|
D | DNB.h | 57 nub_bool_t DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, s…
|
D | RNBRemote.cpp | 3075 DNBThreadResumeAction thread_action; in HandlePacket_v() 3533 DNBThreadResumeAction action = { INVALID_NUB_THREAD, eStateRunning, 0, INVALID_NUB_ADDRESS }; in HandlePacket_c() 3739 DNBThreadResumeAction action = { INVALID_NUB_THREAD, eStateRunning, 0, INVALID_NUB_ADDRESS }; in HandlePacket_C() 3851 DNBThreadResumeAction action = { INVALID_NUB_THREAD, eStateStepping, 0, INVALID_NUB_ADDRESS }; in HandlePacket_S()
|
D | DNB.cpp | 820 DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions) in DNBProcessResume()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.cpp | 385 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume() 401 DNBThreadResumeAction resume_new_threads = { -1U, eStateRunning, 0, INVALID_NUB_ADDRESS }; in ProcessWillResume() 424 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
|
D | MachThread.h | 77 …void ThreadWillResume (const DNBThreadResumeAction *thread_action, bool others_stopped …
|
D | MachThread.cpp | 382 MachThread::ThreadWillResume(const DNBThreadResumeAction *thread_action, bool others_stopped) in ThreadWillResume()
|
D | MachProcess.cpp | 525 DNBThreadResumeAction thread_action; in Detach() 671 const DNBThreadResumeAction *action = NULL; in ReplyToAllExceptions()
|