Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp81 bool IsStillAtLastBreakpointHit() override { return true; } in IsStillAtLastBreakpointHit() function in __anonf80cb0250111::DummyThread
/external/llvm-project/lldb/include/lldb/Target/
DThread.h1220 virtual bool IsStillAtLastBreakpointHit();
/external/llvm-project/lldb/source/Target/
DThreadList.cpp254 thread_sp->IsStillAtLastBreakpointHit()) in ShouldStop()
DThread.cpp386 if (m_stop_info_sp->IsValid() || IsStillAtLastBreakpointHit() || in GetPrivateStopInfo()
1881 bool Thread::IsStillAtLastBreakpointHit() { in IsStillAtLastBreakpointHit() function in Thread