Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp451 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan() local
454 m_thread, inline_range, inlined_sc, run_mode, avoid_no_debug)); in QueueInlinedStepPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp664 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
668 new_plan_status, avoid_no_debug); in StepOver()
767 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
771 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp444 bool avoid_no_debug = in SetOptionValue() local
451 avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
457 bool avoid_no_debug = in SetOptionValue() local
464 avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()