Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp447 Status condition_error; in PerformAction() local
449 bp_loc_sp->ConditionSaysStop(exe_ctx, condition_error); in PerformAction()
451 if (!condition_error.Success()) { in PerformAction()
456 condition_error.AsCString("<unknown error>"); in PerformAction()