Searched refs:new_plan_status (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 542 Status new_plan_status; in StepOver() local 550 new_plan_status, avoid_no_debug); in StepOver() 553 true, abort_other_plans, stop_other_threads, new_plan_status); in StepOver() 595 Status new_plan_status; in StepInto() local 613 new_plan_status, step_in_avoids_code_without_debug_info, in StepInto() 617 false, abort_other_plans, stop_other_threads, new_plan_status); in StepInto() 620 if (new_plan_status.Success()) in StepInto() 623 error.SetErrorString(new_plan_status.AsCString()); in StepInto() 650 Status new_plan_status; in StepOut() local 653 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut() [all …]
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 448 Status new_plan_status; in DoExecute() local 498 new_plan_status, m_options.m_step_in_avoid_no_debug, in DoExecute() 508 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 517 stop_other_threads, new_plan_status, in DoExecute() 521 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 524 false, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 527 true, abort_other_plans, bool_stop_other_threads, new_plan_status); in DoExecute() 531 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute() 537 new_plan_status); in DoExecute() 595 result.SetError(new_plan_status); in DoExecute() [all …]
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 722 Status new_plan_status; in PerformAction() local 728 new_plan_status)); in PerformAction() 729 if (new_plan_sp && new_plan_status.Success()) { in PerformAction()
|