Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/call-throws/
H A DTestCallThatThrows.py86 options.SetTrapExceptions(False)
92 options.SetTrapExceptions(True)
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp66 options.SetTrapExceptions(false); in InferiorCallMmap()
161 options.SetTrapExceptions(false); in InferiorCallMunmap()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h67 void SetTrapExceptions(bool trap_exceptions = true);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExpressionOptions.i92 SetTrapExceptions (bool trap_exceptions = true);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp364 options.SetTrapExceptions(false); in DoLoadImage()
769 options.SetTrapExceptions(false); in EvaluateLoaderExpression()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp523 expr_options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in EvaluateLibdlExpression()
872 options.SetTrapExceptions(false); // dlopen can't throw exceptions, so in DoLoadImage()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h379 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp6047 options.SetTrapExceptions(trap_exceptions); in CallVoidArgVoidPtrReturn()