Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp833 ThreadPlanSP step_over_wp_sp(new ThreadPlanStepOverWatchpoint( in ShouldStopSynchronous() local
837 step_over_wp_sp->SetIsControllingPlan(true); in ShouldStopSynchronous()
838 step_over_wp_sp->SetOkayToDiscard(false); in ShouldStopSynchronous()
841 error = thread_sp->QueueThreadPlan(step_over_wp_sp, false); in ShouldStopSynchronous()