Home
last modified time | relevance | path

Searched refs:m_cached_stop_info_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp157 if (m_cached_stop_info_sp) in CalculateStopInfo()
159 SetStopInfo (m_cached_stop_info_sp); in CalculateStopInfo()
196 m_cached_stop_info_sp = StopInfoMachException::CreateStopReasonWithMachException (*this, in SetStopInfoFrom_KDP_EXCEPTION()
DThreadKDP.h90 lldb::StopInfoSP m_cached_stop_info_sp; variable