Home
last modified time | relevance | path

Searched refs:GetTrapExceptions (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp141 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions
144 return m_opaque_up->GetTrapExceptions(); in GetTrapExceptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h66 bool GetTrapExceptions() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp106 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
139 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h398 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27663 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTrapExceptions(); in _wrap_SBExpressionOptions_GetTrapExceptions()