Searched refs:stored_stop_info_sp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp686 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo(); local
687 assert (stored_stop_info_sp.get() == this);
699 thread_sp->SetStopInfo(stored_stop_info_sp);

Completed in 105 milliseconds