Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp112 m_should_clear_cxx_exception_bp(false), in ThreadPlanCallFunction()
145 m_should_clear_cxx_exception_bp(false), in ThreadPlanCallFunction()
411 m_should_clear_cxx_exception_bp = in SetBreakpoints()
425 if (m_cxx_language_runtime && m_should_clear_cxx_exception_bp) in ClearBreakpoints()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h143 bool m_should_clear_cxx_exception_bp; variable