Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStopInfo.cpp673 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo(); in PerformAction() local
674 assert (stored_stop_info_sp.get() == this); in PerformAction()
686 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()