Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp649 BreakpointSP exc_bkpt_sp = LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() local
651 if (exc_bkpt_sp && additional_args) { in CreateExceptionBreakpoint()
652 BreakpointPreconditionSP precondition_sp = exc_bkpt_sp->GetPrecondition(); in CreateExceptionBreakpoint()
660 return exc_bkpt_sp; in CreateExceptionBreakpoint()