Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp230 if (BreakpointPreconditionSP precond = in GetExceptionPrecondition() local
232 return precond; in GetExceptionPrecondition()
251 if (auto precond = GetExceptionPrecondition(language, throw_bp)) in CreateExceptionBreakpoint() local
252 exc_breakpt_sp->SetPrecondition(precond); in CreateExceptionBreakpoint()