Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepOut.cpp469 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan() local
473 thread, inline_range, inlined_sc, run_mode, avoid_no_debug); in QueueInlinedStepPlan()
/external/llvm-project/lldb/source/API/
DSBThread.cpp546 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
550 new_plan_status, avoid_no_debug); in StepOver()
649 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
653 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp226 bool avoid_no_debug = in SetOptionValue() local
232 m_step_in_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
238 bool avoid_no_debug = in SetOptionValue() local
244 m_step_out_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()