Home
last modified time | relevance | path

Searched refs:m_stop_info_sp (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Target/
DThread.cpp246 m_stop_info_sp (), in Thread()
302 m_stop_info_sp.reset(); in DestroyThread()
373 return m_stop_info_sp; in GetStopInfo()
385 … (m_stop_info_sp && m_stop_info_sp->IsValid())) // Stop info is valid, just return what we have in GetStopInfo()
387 return m_stop_info_sp; in GetStopInfo()
392 return m_stop_info_sp; in GetStopInfo()
401 return m_stop_info_sp; in GetPrivateStopInfo()
409 if (m_stop_info_sp) in GetPrivateStopInfo()
411 if (m_stop_info_sp->IsValid() in GetPrivateStopInfo()
414 SetStopInfo (m_stop_info_sp); in GetPrivateStopInfo()
[all …]
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp201 SetStopInfo (m_stop_info_sp); in CalculateStopInfo()
421 if (!m_stop_info_sp) { in BreakNotify()
/external/lldb/include/lldb/Target/
DThread.h1036 lldb::StopInfoSP m_stop_info_sp; ///< The private stop reason for this thread variable