Searched refs:GetTrapExceptions (Results 1 – 4 of 4) sorted by relevance
104 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions105 return m_opaque_ap->GetTrapExceptions(); in GetTrapExceptions()
66 bool GetTrapExceptions() const;
132 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()162 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
343 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function