Home
last modified time | relevance | path

Searched defs:IsStillAtLastBreakpointHit (Results 1 – 2 of 2) 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/source/Target/
H A DThread.cpp1866 bool Thread::IsStillAtLastBreakpointHit() { in IsStillAtLastBreakpointHit() function in Thread