Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp65 options.SetTrapExceptions(false); in InferiorCallMmap()
162 options.SetTrapExceptions(false); in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp147 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() function in SBExpressionOptions
150 m_opaque_up->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i30 ) lldb::SBExpressionOptions::SetTrapExceptions;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h68 void SetTrapExceptions(bool trap_exceptions = true);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp526 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression()
874 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h400 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6374 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27689 (arg1)->SetTrapExceptions(arg2); in _wrap_SBExpressionOptions_SetTrapExceptions__SWIG_0()
27712 (arg1)->SetTrapExceptions(); in _wrap_SBExpressionOptions_SetTrapExceptions__SWIG_1()