Searched defs:GetTrapExceptions (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBExpressionOptions.cpp | 141 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Target.h | 398 bool GetTrapExceptions() const { return m_trap_exceptions; } GetTrapExceptions() function |