Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp66 options.SetTrapExceptions(false); in InferiorCallMmap()
163 options.SetTrapExceptions(false); in InferiorCallMunmap()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h67 void SetTrapExceptions(bool trap_exceptions = true);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i92 SetTrapExceptions (bool trap_exceptions = true);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp367 options.SetTrapExceptions(false); in DoLoadImage()
775 options.SetTrapExceptions(false); in EvaluateLoaderExpression()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp524 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression()
872 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h381 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp6070 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()