Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp141 bool SBExpressionOptions::GetTrapExceptions() const { in GetTrapExceptions() function in SBExpressionOptions
144 return m_opaque_up->GetTrapExceptions(); in GetTrapExceptions()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h65 bool GetTrapExceptions() const;
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i88 GetTrapExceptions () const;
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h379 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions() function