Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallFunction.cpp147 m_trap_exceptions (options.GetTrapExceptions()), in ThreadPlanCallFunction()
184 m_trap_exceptions(options.GetTrapExceptions()), in ThreadPlanCallFunction()
522 if (m_trap_exceptions && process_sp) in SetBreakpoints()
543 if (m_trap_exceptions) in ClearBreakpoints()
557 if (m_trap_exceptions) in BreakpointsExplainStop()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h254 m_trap_exceptions (true), in EvaluateExpressionOptions()
443 return m_trap_exceptions; in GetTrapExceptions()
449 m_trap_exceptions = b; in SetTrapExceptions()
491 bool m_trap_exceptions; variable
HDThreadPlanCallFunction.h167 bool m_trap_exceptions; variable