Home
last modified time | relevance | path

Searched defs:SetTrapExceptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp147 void SBExpressionOptions::SetTrapExceptions(bool trap_exceptions) { in SetTrapExceptions() function in SBExpressionOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h400 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions() function