Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepOut.cpp475 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan() local
479 m_thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp615 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
619 new_plan_status, avoid_no_debug); in StepOver()
718 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
722 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp421 bool avoid_no_debug = in SetOptionValue() local
427 m_step_in_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
433 bool avoid_no_debug = in SetOptionValue() local
439 m_step_out_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()