Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp166 StopInfoSP new_stopinfo_sp = thread_sp->GetPrivateStopInfo(); in TEST_F() local
167 ASSERT_TRUE(new_stopinfo_sp && stopinfo_sp->IsValid() == true); in TEST_F()