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.cpp470 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan() local
474 thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp550 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
554 new_plan_status, avoid_no_debug); in StepOver()
648 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
652 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp272 bool avoid_no_debug = in SetOptionValue() local
278 m_step_in_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
284 bool avoid_no_debug = in SetOptionValue() local
290 m_step_out_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()