Lines Matching refs:error_sp
439 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
440 error_sp->Printf("Stopped due to an error evaluating condition " in PerformAction()
442 bp_loc_sp->GetDescription(error_sp.get(), in PerformAction()
444 error_sp->Printf(": \"%s\"", bp_loc_sp->GetConditionText()); in PerformAction()
445 error_sp->EOL(); in PerformAction()
450 error_sp->PutCString(err_str); in PerformAction()
451 error_sp->EOL(); in PerformAction()
452 error_sp->Flush(); in PerformAction()
827 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
828 error_sp->Printf( in PerformAction()
830 wp_sp->GetDescription(error_sp.get(), eDescriptionLevelBrief); in PerformAction()
831 error_sp->Printf(": \"%s\"", wp_sp->GetConditionText()); in PerformAction()
832 error_sp->EOL(); in PerformAction()
836 error_sp->PutCString(err_str); in PerformAction()
837 error_sp->EOL(); in PerformAction()
838 error_sp->Flush(); in PerformAction()