Home
last modified time | relevance | path

Searched refs:GetThreadStoppedReason (Results 1 – 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h41 …bool GetThreadStoppedReason (nub_thread_t tid, struct DNBThreadStopInfo *stop_info) con…
DMachProcess.h179 …bool GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_in…
DMachThreadList.cpp65 MachThreadList::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const in GetThreadStoppedReason() function in MachThreadList
DMachProcess.cpp203 MachProcess::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) in GetThreadStoppedReason() function in MachProcess
205 if (m_thread_list.GetThreadStoppedReason(tid, stop_info)) in GetThreadStoppedReason()
/external/lldb/tools/debugserver/source/
DDNB.cpp1617 return procSP->GetThreadStoppedReason (tid, stop_info); in DNBThreadGetStopReason()