Home | History | Annotate | Download | only in Core

Lines Matching defs:stop_info_sp

1967                                             StopInfoSP stop_info_sp = thread->GetStopInfo ();
1968 if (stop_info_sp && stop_info_sp->IsValid())
1970 cstr = stop_info_sp->GetDescription();
1980 StopInfoSP stop_info_sp = thread->GetStopInfo ();
1981 if (stop_info_sp && stop_info_sp->IsValid())
1983 ValueObjectSP return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp);