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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h142 bool m_should_clear_objc_exception_bp; member in class:lldb_private::ThreadPlanCallFunction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp107 m_should_clear_objc_exception_bp(false),
137 m_should_clear_objc_exception_bp(false),
414 m_should_clear_objc_exception_bp =
425 if (m_objc_language_runtime && m_should_clear_objc_exception_bp)

Completed in 116 milliseconds