Searched refs:SetTrapExceptions (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp147 SBExpressionOptions::SetTrapExceptions (bool trap_exceptions) function in class:SBExpressionOptions
149 m_opaque_ap->SetTrapExceptions (trap_exceptions);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h88 SetTrapExceptions (bool trap_exceptions = true);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp75 options.SetTrapExceptions(false);
176 options.SetTrapExceptions(false);
233 options.SetTrapExceptions(trap_exceptions);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h464 SetTrapExceptions (bool b) function in class:lldb_private::EvaluateExpressionOptions

Completed in 111 milliseconds