Searched refs:m_real_stop_info_sp (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h125 if (m_real_stop_info_sp)
126 return m_real_stop_info_sp;
176 lldb::StopInfoSP m_real_stop_info_sp; // In general we want to hide call function member in class:lldb_private::ThreadPlanCallFunction
/external/lldb/source/Target/
H A DThreadPlanCallFunction.cpp301 m_real_stop_info_sp = GetPrivateStopInfo ();
368 m_real_stop_info_sp = GetPrivateStopInfo ();
381 if (!m_real_stop_info_sp)
384 stop_reason = m_real_stop_info_sp->GetStopReason();
399 uint64_t break_site_id = m_real_stop_info_sp->GetValue();
431 m_real_stop_info_sp->OverrideShouldStop(false);
438 m_real_stop_info_sp->OverrideShouldStop(true);
457 if (m_real_stop_info_sp->ShouldStopSynchronous(event_ptr))

Completed in 45 milliseconds