Lines Matching refs:stop_info_sp
144 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReasonDataCount() local
145 if (stop_info_sp) in GetStopReasonDataCount()
147 StopReason reason = stop_info_sp->GetStopReason(); in GetStopReasonDataCount()
161 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataCount()
203 StopInfoSP stop_info_sp = thread->GetStopInfo (); in GetStopReasonDataAtIndex() local
204 if (stop_info_sp) in GetStopReasonDataAtIndex()
206 StopReason reason = stop_info_sp->GetStopReason(); in GetStopReasonDataAtIndex()
220 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
245 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
248 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
251 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
279 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopDescription() local
280 if (stop_info_sp) in GetStopDescription()
282 const char *stop_desc = stop_info_sp->GetDescription(); in GetStopDescription()
299 switch (stop_info_sp->GetStopReason()) in GetStopDescription()
328 …op_desc = exe_ctx.GetProcessPtr()->GetUnixSignals ().GetSignalAsCString (stop_info_sp->GetValue()); in GetStopDescription()
407 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReturnValue() local
408 if (stop_info_sp) in GetStopReturnValue()
410 return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp); in GetStopReturnValue()