Home
last modified time | relevance | path

Searched refs:SetTrapExceptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp65 options.SetTrapExceptions(false); in InferiorCallMmap()
153 options.SetTrapExceptions(false); in InferiorCallMunmap()
202 options.SetTrapExceptions(trap_exceptions); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp108 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() function in SBExpressionOptions
109 m_opaque_ap->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h68 void SetTrapExceptions(bool trap_exceptions = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp918 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression()
1243 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h345 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function