Searched refs:GetThreadStoppedReason (Results 1 – 5 of 5) sorted by relevance
41 …bool GetThreadStoppedReason (nub_thread_t tid, struct DNBThreadStopInfo *stop_info) con…
179 …bool GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_in…
65 MachThreadList::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const in GetThreadStoppedReason() function in MachThreadList
203 MachProcess::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) in GetThreadStoppedReason() function in MachProcess205 if (m_thread_list.GetThreadStoppedReason(tid, stop_info)) in GetThreadStoppedReason()
1617 return procSP->GetThreadStoppedReason (tid, stop_info); in DNBThreadGetStopReason()