Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp454 Status condition_error; in PerformAction() local
456 bp_loc_sp->ConditionSaysStop(exe_ctx, condition_error); in PerformAction()
458 if (!condition_error.Success()) { in PerformAction()
463 condition_error.AsCString("<unknown error>"); in PerformAction()