Home | History | Annotate | Download | only in Target

Lines Matching refs:StopInfoSP

673                                 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo();
1085 StopInfoSP
1088 return StopInfoSP (new StopInfoBreakpoint (thread, break_id));
1091 StopInfoSP
1094 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop));
1097 StopInfoSP
1100 return StopInfoSP (new StopInfoWatchpoint (thread, watch_id));
1103 StopInfoSP
1106 return StopInfoSP (new StopInfoUnixSignal (thread, signo));
1109 StopInfoSP
1112 return StopInfoSP (new StopInfoTrace (thread));
1115 StopInfoSP
1118 return StopInfoSP (new StopInfoThreadPlan (plan_sp, return_valobj_sp));
1121 StopInfoSP
1124 return StopInfoSP (new StopInfoException (thread, description));
1127 StopInfoSP
1130 return StopInfoSP (new StopInfoExec (thread));
1134 StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp)