Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTarget.cpp576 BreakpointSP exc_bkpt_sp = LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() local
578 if (exc_bkpt_sp && additional_args) { in CreateExceptionBreakpoint()
579 BreakpointPreconditionSP precondition_sp = exc_bkpt_sp->GetPrecondition(); in CreateExceptionBreakpoint()
587 return exc_bkpt_sp; in CreateExceptionBreakpoint()