Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallFunction.cpp107 m_should_clear_objc_exception_bp(false), in ThreadPlanCallFunction()
137 m_should_clear_objc_exception_bp(false), in ThreadPlanCallFunction()
414 m_should_clear_objc_exception_bp = in SetBreakpoints()
425 if (m_objc_language_runtime && m_should_clear_objc_exception_bp) in ClearBreakpoints()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanCallFunction.h142 bool m_should_clear_objc_exception_bp; variable