Home
last modified time | relevance | path

Searched refs:trap_exceptions (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp108 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() argument
109 m_opaque_ap->SetTrapExceptions(trap_exceptions); in SetTrapExceptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h35 lldb::addr_t &returned_func, bool trap_exceptions = false);
H A DInferiorCallPOSIX.cpp189 addr_t &returned_func, bool trap_exceptions) { in InferiorCall() argument
202 options.SetTrapExceptions(trap_exceptions); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h68 void SetTrapExceptions(bool trap_exceptions = true);