Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp572 if (thread_to_run->SetupToStepOverBreakpointIfNeeded(direction)) { in WillResume()
585 if (thread_sp->SetupToStepOverBreakpointIfNeeded(direction)) { in WillResume()
H A DThread.cpp623 bool Thread::SetupToStepOverBreakpointIfNeeded(RunDirection direction) { in SetupToStepOverBreakpointIfNeeded() function in Thread
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h210 bool SetupToStepOverBreakpointIfNeeded(lldb::RunDirection direction);