Home
last modified time | relevance | path

Searched refs:m_unwind_on_error (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp103 m_unwind_on_error(options.DoesUnwindOnError()), in ThreadPlanCallFunction()
136 m_unwind_on_error(options.DoesUnwindOnError()), in ThreadPlanCallFunction()
329 } else if (!m_unwind_on_error) { in DoPlanExplainsStop()
345 return m_subplan_sp ? m_unwind_on_error : false; in DoPlanExplainsStop()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h120 bool m_unwind_on_error; variable
H A DTarget.h322 bool DoesUnwindOnError() const { return m_unwind_on_error; } in DoesUnwindOnError()
324 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }
439 bool m_unwind_on_error = true; variable