Searched defs:m_unwind_on_error (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h185 bool m_unwind_on_error; member in class:lldb_private::ThreadPlanCallFunction
H A DTarget.h185 m_unwind_on_error(true),
222 return m_unwind_on_error;
228 m_unwind_on_error = unwind;
300 bool m_unwind_on_error; member in class:lldb_private::EvaluateExpressionOptions

Completed in 78 milliseconds