Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp104 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h343 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function