Lines Matching refs:error_sp
454 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
455 error_sp->Printf("Stopped due to an error evaluating condition " in PerformAction()
457 bp_loc_sp->GetDescription(error_sp.get(), in PerformAction()
459 error_sp->Printf(": \"%s\"", bp_loc_sp->GetConditionText()); in PerformAction()
460 error_sp->EOL(); in PerformAction()
465 error_sp->PutCString(err_str); in PerformAction()
466 error_sp->EOL(); in PerformAction()
467 error_sp->Flush(); in PerformAction()
864 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
865 error_sp->Printf( in PerformAction()
867 wp_sp->GetDescription(error_sp.get(), eDescriptionLevelBrief); in PerformAction()
868 error_sp->Printf(": \"%s\"", wp_sp->GetConditionText()); in PerformAction()
869 error_sp->EOL(); in PerformAction()
873 error_sp->PutCString(err_str); in PerformAction()
874 error_sp->EOL(); in PerformAction()
875 error_sp->Flush(); in PerformAction()