Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp166 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() function in SBExpressionOptions
167 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetTrapExceptions, (bool), in SetTrapExceptions()
170 m_opaque_up->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
314 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTrapExceptions, (bool)); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp64 options.SetTrapExceptions(false); in InferiorCallMmap()
158 options.SetTrapExceptions(false); in InferiorCallMunmap()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h67 void SetTrapExceptions(bool trap_exceptions = true);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBExpressionOptions.i92 SetTrapExceptions (bool trap_exceptions = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp612 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression()
946 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h331 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp5986 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()