Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp158 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h347 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function