Lines Matching refs:SBError
601 SBError SBThread::ResumeNewPlan(ExecutionContext &exe_ctx, in ResumeNewPlan()
603 SBError sb_error; in ResumeNewPlan()
636 SBError error; // Ignored in StepOver()
640 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver()
683 SBError error; // Ignored in StepInto()
688 SBError &error, lldb::RunMode stop_other_threads) { in StepInto()
743 SBError error; // Ignored in StepOut()
747 void SBThread::StepOut(SBError &error) { in StepOut()
780 SBError error; // Ignored in StepOutOfFrame()
784 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame()
837 SBError error; // Ignored in StepInstruction()
841 void SBThread::StepInstruction(bool step_over, SBError &error) { in StepInstruction()
868 SBError error; // Ignored in RunToAddress()
872 void SBThread::RunToAddress(lldb::addr_t addr, SBError &error) { in RunToAddress()
904 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil()
906 SBError sb_error; in StepOverUntil()
1030 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name) { in StepUsingScriptedThreadPlan()
1034 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name, in StepUsingScriptedThreadPlan()
1037 SBError error; in StepUsingScriptedThreadPlan()
1073 SBError SBThread::JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line) { in JumpToLine()
1075 SBError sb_error; in JumpToLine()
1097 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame()
1098 SBError sb_error; in ReturnFromFrame()
1119 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression()
1120 SBError sb_error; in UnwindInnermostExpression()
1142 SBError error; // Ignored in Suspend()
1146 bool SBThread::Suspend(SBError &error) { in Suspend()
1172 SBError error; // Ignored in Resume()
1176 bool SBThread::Resume(SBError &error) { in Resume()