Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp487 if (m_cxx_exception_bp_sp) { in SetExceptionBreakpoints()
488 m_cxx_exception_bp_sp->SetEnabled(true); in SetExceptionBreakpoints()
490 m_cxx_exception_bp_sp = CreateExceptionBreakpoint( in SetExceptionBreakpoints()
492 if (m_cxx_exception_bp_sp) in SetExceptionBreakpoints()
493 m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception"); in SetExceptionBreakpoints()
501 if (m_cxx_exception_bp_sp) { in ClearExceptionBreakpoints()
502 m_cxx_exception_bp_sp->SetEnabled(false); in ClearExceptionBreakpoints()
507 return m_cxx_exception_bp_sp && m_cxx_exception_bp_sp->IsEnabled(); in ExceptionBreakpointsAreSet()
520 break_site_id, m_cxx_exception_bp_sp->GetID()); in ExceptionBreakpointsExplainStop()
H A DItaniumABILanguageRuntime.h95 lldb_private::CPPLanguageRuntime(process), m_cxx_exception_bp_sp(), in ItaniumABILanguageRuntime()
98 lldb::BreakpointSP m_cxx_exception_bp_sp; variable