Searched refs:trap_exceptions (Results 1 – 4 of 4) sorted by relevance
147 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() argument148 LLDB_INSTRUMENT_VA(this, trap_exceptions); in SetTrapExceptions()150 m_opaque_up->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
68 void SetTrapExceptions(bool trap_exceptions = true);
2774 bool trap_exceptions = false);
6362 bool trap_exceptions) { in CallVoidArgVoidPtrReturn() argument6374 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()