Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp400 m_cxx_language_runtime = in SetBreakpoints()
404 if (m_cxx_language_runtime) { in SetBreakpoints()
406 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
407 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()
419 if (m_cxx_language_runtime && m_should_clear_cxx_exception_bp) in ClearBreakpoints()
420 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()
430 if ((m_cxx_language_runtime && in BreakpointsExplainStop()
431 m_cxx_language_runtime->ExceptionBreakpointsExplainStop( in BreakpointsExplainStop()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h128 LanguageRuntime *m_cxx_language_runtime; variable