Searched refs:IsStillAtLastBreakpointHit (Results 1 – 4 of 4) sorted by relevance
81 bool IsStillAtLastBreakpointHit() override { return true; } in IsStillAtLastBreakpointHit() function in __anonf80cb0250111::DummyThread
1220 virtual bool IsStillAtLastBreakpointHit();
254 thread_sp->IsStillAtLastBreakpointHit()) in ShouldStop()
386 if (m_stop_info_sp->IsValid() || IsStillAtLastBreakpointHit() || in GetPrivateStopInfo()1881 bool Thread::IsStillAtLastBreakpointHit() { in IsStillAtLastBreakpointHit() function in Thread