Searched defs:SetTrapExceptions (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h331 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } function in class:lldb_private::EvaluateExpressionOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp166 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { function in class:SBExpressionOptions

Completed in 137 milliseconds