Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp158 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions
160 GetTrapExceptions); in GetTrapExceptions()
162 return m_opaque_up->GetTrapExceptions(); in GetTrapExceptions()
325 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTrapExceptions, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h65 bool GetTrapExceptions() const;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i88 GetTrapExceptions () const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h355 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24127 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTrapExceptions(); in _wrap_SBExpressionOptions_GetTrapExceptions()