Searched refs:m_trap_exceptions (Results 1 – 3 of 3) sorted by relevance
105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()403 if (m_trap_exceptions && process_sp) { in SetBreakpoints()422 if (m_trap_exceptions) { in ClearBreakpoints()433 if (m_trap_exceptions) { in BreakpointsExplainStop()
123 bool m_trap_exceptions; variable
329 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions()331 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions()389 bool m_trap_exceptions = true; variable