Lines Matching refs:error_sp
442 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
443 error_sp->Printf("Stopped due to an error evaluating condition " in PerformAction()
445 bp_loc_sp->GetDescription(error_sp.get(), in PerformAction()
447 error_sp->Printf(": \"%s\"", bp_loc_sp->GetConditionText()); in PerformAction()
448 error_sp->EOL(); in PerformAction()
454 error_sp->PutCString(err_str); in PerformAction()
455 error_sp->EOL(); in PerformAction()
456 error_sp->Flush(); in PerformAction()
837 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction() local
838 error_sp->Printf( in PerformAction()
840 wp_sp->GetDescription(error_sp.get(), eDescriptionLevelBrief); in PerformAction()
841 error_sp->Printf(": \"%s\"", wp_sp->GetConditionText()); in PerformAction()
842 error_sp->EOL(); in PerformAction()
847 error_sp->PutCString(err_str); in PerformAction()
848 error_sp->EOL(); in PerformAction()
849 error_sp->Flush(); in PerformAction()