Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp80 bool IsStillAtLastBreakpointHit() override { return true; } in IsStillAtLastBreakpointHit() function in __anon6ea208be0111::DummyThread
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h1220 virtual bool IsStillAtLastBreakpointHit();
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp255 thread_sp->IsStillAtLastBreakpointHit()) in ShouldStop()
H A DThread.cpp381 if (m_stop_info_sp->IsValid() || IsStillAtLastBreakpointHit() || in GetPrivateStopInfo()
1866 bool Thread::IsStillAtLastBreakpointHit() { in IsStillAtLastBreakpointHit() function in Thread