Home | History | Annotate | Download | only in API

Lines Matching defs:stop_info_sp

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