Searched refs:GetTrapExceptions (Results 1 – 6 of 6) sorted by relevance
158 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions160 GetTrapExceptions); in GetTrapExceptions()162 return m_opaque_up->GetTrapExceptions(); in GetTrapExceptions()325 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTrapExceptions, in RegisterMethods()
65 bool GetTrapExceptions() const;
88 GetTrapExceptions () const;
105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
355 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function
24127 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTrapExceptions(); in _wrap_SBExpressionOptions_GetTrapExceptions()