reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  498   if (m_cxx_exception_bp_sp) {
  499     m_cxx_exception_bp_sp->SetEnabled(true);
  501     m_cxx_exception_bp_sp = CreateExceptionBreakpoint(
  503     if (m_cxx_exception_bp_sp)
  504       m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception");
  512   if (m_cxx_exception_bp_sp) {
  513     m_cxx_exception_bp_sp->SetEnabled(false);
  518   return m_cxx_exception_bp_sp && m_cxx_exception_bp_sp->IsEnabled();
  518   return m_cxx_exception_bp_sp && m_cxx_exception_bp_sp->IsEnabled();
  531       break_site_id, m_cxx_exception_bp_sp->GetID());