Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp469 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan() local
473 thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp562 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
566 new_plan_status, avoid_no_debug); in StepOver()
665 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
669 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp227 bool avoid_no_debug = in SetOptionValue() local
233 m_step_in_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
239 bool avoid_no_debug = in SetOptionValue() local
245 m_step_out_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()