Searched refs:m_trap_exceptions (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function),
135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function),
403 if (m_trap_exceptions && process_sp) {
422 if (m_trap_exceptions) {
433 if (m_trap_exceptions) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h123 bool m_trap_exceptions; member in class:lldb_private::ThreadPlanCallFunction
H A DTarget.h329 bool GetTrapExceptions() const { return m_trap_exceptions; }
331 void SetTrapExceptions(bool b) { m_trap_exceptions = b; }
389 bool m_trap_exceptions = true; member in class:lldb_private::EvaluateExpressionOptions

Completed in 63 milliseconds