Searched refs:new_plan_status (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBThread.cpp | 548 Status new_plan_status; in StepOver() local 556 new_plan_status, avoid_no_debug); in StepOver() 559 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver() 596 Status new_plan_status; in StepInto() local 614 new_plan_status, step_in_avoids_code_without_debug_info, in StepInto() 618 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto() 621 if (new_plan_status.Success()) in StepInto() 624 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 651 Status new_plan_status; in StepOut() local 654 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Commands/ |
| D | CommandObjectThread.cpp | 479 Status new_plan_status; in DoExecute() local 526 new_plan_status, m_options.m_step_in_avoid_no_debug, in DoExecute() 536 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 545 stop_other_threads, new_plan_status, in DoExecute() 549 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 552 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 555 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 559 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute() 565 new_plan_status); in DoExecute() 621 result.SetError(new_plan_status); in DoExecute() [all …]
|