Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp84 class DummyStopInfo : public StopInfo { class
86 DummyStopInfo(Thread &thread, uint64_t value) in DummyStopInfo() function in __anonb3f179880111::DummyStopInfo
137 std::make_shared<DummyStopInfo>(*thread_sp.get(), 0); in CreateThread()
138 static_cast<DummyStopInfo *>(stopinfo_sp.get())->m_should_stop = in CreateThread()