Home
last modified time | relevance | path

Searched refs:new_plan_status (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp546 Status new_plan_status; in StepOver() local
554 new_plan_status, avoid_no_debug); in StepOver()
557 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver()
594 Status new_plan_status; in StepInto() local
612 new_plan_status, step_in_avoids_code_without_debug_info, in StepInto()
616 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto()
619 if (new_plan_status.Success()) in StepInto()
622 error.SetErrorString(new_plan_status.AsCString()); in StepInto()
649 Status new_plan_status; in StepOut() local
652 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp476 Status new_plan_status; in DoExecute() local
523 new_plan_status, m_options.m_step_in_avoid_no_debug, in DoExecute()
533 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
542 stop_other_threads, new_plan_status, in DoExecute()
546 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
549 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
552 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute()
558 new_plan_status, m_options.m_step_out_avoid_no_debug); in DoExecute()
563 new_plan_status); in DoExecute()
619 result.SetError(new_plan_status); in DoExecute()
[all …]