Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp108 m_should_clear_cxx_exception_bp(false), in ThreadPlanCallFunction()
138 m_should_clear_cxx_exception_bp(false), in ThreadPlanCallFunction()
405 m_should_clear_cxx_exception_bp = in SetBreakpoints()
419 if (m_cxx_language_runtime && m_should_clear_cxx_exception_bp) in ClearBreakpoints()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h143 bool m_should_clear_cxx_exception_bp; variable