Searched refs:SetTrapExceptions (Results 1 – 5 of 5) sorted by relevance
65 options.SetTrapExceptions(false); in InferiorCallMmap()153 options.SetTrapExceptions(false); in InferiorCallMunmap()202 options.SetTrapExceptions(trap_exceptions); in InferiorCall()
108 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() function in SBExpressionOptions109 m_opaque_ap->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
68 void SetTrapExceptions(bool trap_exceptions = true);
918 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression()1243 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
345 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function