Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp572 if (m_cxx_exception_bp_sp) { in SetExceptionBreakpoints()
573 m_cxx_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
575 m_cxx_exception_bp_sp = CreateExceptionBreakpoint( in SetExceptionBreakpoints()
577 if (m_cxx_exception_bp_sp) in SetExceptionBreakpoints()
578 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
586 if (m_cxx_exception_bp_sp) { in SetExceptionBreakpoints()
587 m_cxx_exception_bp_sp->SetEnabled(false); in SetExceptionBreakpoints()
592 return m_cxx_exception_bp_sp && m_cxx_exception_bp_sp->IsEnabled(); in SetExceptionBreakpoints()
605 break_site_id, m_cxx_exception_bp_sp in ExceptionBreakpointsAreSet()
[all...]
H A DItaniumABILanguageRuntime.h102 lldb::BreakpointSP m_cxx_exception_bp_sp; variable