Home
last modified time | relevance | path

Searched refs:error_sp (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DStopInfo.cpp435 StreamSP error_sp = debugger.GetAsyncErrorStream (); in PerformAction() local
436error_sp->Printf ("Stopped due to an error evaluating condition of breakpoint "); in PerformAction()
437 bp_loc_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief); in PerformAction()
438 error_sp->Printf (": \"%s\"", in PerformAction()
440 error_sp->EOL(); in PerformAction()
445 error_sp->PutCString (err_str); in PerformAction()
446 error_sp->EOL(); in PerformAction()
447 error_sp->Flush(); in PerformAction()
745 StreamSP error_sp = debugger.GetAsyncErrorStream (); in PerformAction() local
746error_sp->Printf ("Stopped due to an error evaluating condition of watchpoint "); in PerformAction()
[all …]