Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp108 m_cxx_language_runtime(nullptr), m_objc_language_runtime(nullptr), in ThreadPlanCallFunction()
141 m_cxx_language_runtime(nullptr), m_objc_language_runtime(nullptr), in ThreadPlanCallFunction()
406 m_cxx_language_runtime = in SetBreakpoints()
410 if (m_cxx_language_runtime) { in SetBreakpoints()
412 !m_cxx_language_runtime->ExceptionBreakpointsAreSet(); in SetBreakpoints()
413 m_cxx_language_runtime->SetExceptionBreakpoints(); in SetBreakpoints()
425 if (m_cxx_language_runtime && m_should_clear_cxx_exception_bp) in ClearBreakpoints()
426 m_cxx_language_runtime->ClearExceptionBreakpoints(); in ClearBreakpoints()
436 if ((m_cxx_language_runtime && in BreakpointsExplainStop()
437 m_cxx_language_runtime in BreakpointsExplainStop()
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h128 LanguageRuntime *m_cxx_language_runtime; variable