Searched refs:GetTrapExceptions (Results 1 – 5 of 5) sorted by relevance
141 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions144 return m_opaque_up->GetTrapExceptions(); in GetTrapExceptions()
65 bool GetTrapExceptions() const;
88 GetTrapExceptions () const;
106 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()139 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
379 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function