Searched refs:StopInfoExec (Results 1 – 1 of 1) sorted by relevance
1125 class StopInfoExec : public StopInfo { class1127 StopInfoExec(Thread &thread) in StopInfoExec() function in lldb_private::StopInfoExec1130 ~StopInfoExec() override = default;1203 return StopInfoSP(new StopInfoExec(thread)); in CreateStopReasonWithExec()