Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h65 bool GetTrapExceptions() const;
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h387 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26320 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTrapExceptions(); in _wrap_SBExpressionOptions_GetTrapExceptions()