Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp513 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan() local
517 thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp558 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
562 new_plan_status, avoid_no_debug); in StepOver()
659 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
663 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp286 bool avoid_no_debug = in SetOptionValue() local
293 m_step_in_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
299 bool avoid_no_debug = in SetOptionValue() local
306 m_step_out_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()