Searched refs:condition_says_stop (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp437 bool condition_says_stop = bp_loc_sp->ConditionSaysStop(exe_ctx, condition_error); local
456 condition_says_stop = true;
464 log->Printf ("Condition evaluated for breakpoint %s on thread 0x%llx conditon_says_stop: %i.", s.GetData(), thread_sp->GetID(), condition_says_stop);
466 if (!condition_says_stop)

Completed in 45 milliseconds