Lines Matching refs:SBError

490 SBError SBThread::ResumeNewPlan(ExecutionContext &exe_ctx,  in ResumeNewPlan()
492 SBError sb_error; in ResumeNewPlan()
527 SBError error; // Ignored in StepOver()
531 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver()
573 SBError error; // Ignored in StepInto()
578 SBError &error, lldb::RunMode stop_other_threads) { in StepInto()
628 SBError error; // Ignored in StepOut()
632 void SBThread::StepOut(SBError &error) { in StepOut()
663 SBError error; // Ignored in StepOutOfFrame()
667 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame()
707 SBError error; // Ignored in StepInstruction()
711 void SBThread::StepInstruction(bool step_over, SBError &error) { in StepInstruction()
736 SBError error; // Ignored in RunToAddress()
740 void SBThread::RunToAddress(lldb::addr_t addr, SBError &error) { in RunToAddress()
768 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil()
772 SBError sb_error; in StepOverUntil()
884 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name) { in StepUsingScriptedThreadPlan()
890 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name, in StepUsingScriptedThreadPlan()
899 SBError SBThread::StepUsingScriptedThreadPlan(const char *script_class_name, in StepUsingScriptedThreadPlan()
904 SBError error; in StepUsingScriptedThreadPlan()
937 SBError SBThread::JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line) { in JumpToLine()
940 SBError sb_error; in JumpToLine()
957 SBError SBThread::ReturnFromFrame(SBFrame &frame, SBValue &return_value) { in ReturnFromFrame()
960 SBError sb_error; in ReturnFromFrame()
974 SBError SBThread::UnwindInnermostExpression() { in UnwindInnermostExpression()
977 SBError sb_error; in UnwindInnermostExpression()
995 SBError error; // Ignored in Suspend()
999 bool SBThread::Suspend(SBError &error) { in Suspend()
1022 SBError error; // Ignored in Resume()
1026 bool SBThread::Resume(SBError &error) { in Resume()
1235 SBError SBThread::GetDescriptionWithFormat(const SBFormat &format, in GetDescriptionWithFormat()
1239 SBError error; in GetDescriptionWithFormat()