Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp552 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOver() local
556 new_plan_status, avoid_no_debug); in StepOver()
650 const LazyBool avoid_no_debug = eLazyBoolCalculate; in StepOut() local
654 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp269 bool avoid_no_debug = in SetOptionValue() local
275 m_step_in_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
281 bool avoid_no_debug = in SetOptionValue() local
287 m_step_out_avoid_no_debug = avoid_no_debug ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()