Searched defs:stop_info (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanTracer.cpp91 lldb::StopInfoSP stop_info = m_thread.GetStopInfo(); local
92 if (stop_info->GetStopReason() == eStopReasonTrace)
H A DThread.cpp623 StopInfo *stop_info = GetPrivateStopInfo().get(); local
624 if (stop_info)
625 stop_info->WillResume (resume_state);
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1613 DNBThreadGetStopReason (nub_process_t pid, nub_thread_t tid, struct DNBThreadStopInfo *stop_info) argument
1617 return procSP->GetThreadStoppedReason (tid, stop_info);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp203 MachProcess::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) argument
205 if (m_thread_list.GetThreadStoppedReason(tid, stop_info))
208 stop_info->reason = eStopTypeExec;

Completed in 139 milliseconds