Searched refs:SetTrapExceptions (Results 1 – 9 of 9) sorted by relevance
85 options.SetTrapExceptions(False)91 options.SetTrapExceptions(True)
65 options.SetTrapExceptions(false); in InferiorCallMmap() 162 options.SetTrapExceptions(false); in InferiorCallMunmap()
147 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() function in SBExpressionOptions150 m_opaque_up->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
30 ) lldb::SBExpressionOptions::SetTrapExceptions;
68 void SetTrapExceptions(bool trap_exceptions = true);
379 options.SetTrapExceptions(false); in DoLoadImage() 798 options.SetTrapExceptions(false);
535 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression() 885 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
416 void SetTrapExceptions(bool b) { m_trap_exceptions = b; }400 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } SetTrapExceptions() function
6376 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()