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