Home
last modified time | relevance | path

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

/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()
405 if (m_trap_exceptions) { in SetBreakpoints()
424 if (m_trap_exceptions) { in ClearBreakpoints()
435 if (m_trap_exceptions) { in BreakpointsExplainStop()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h123 bool m_trap_exceptions; variable
H A DTarget.h379 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions()
381 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions()
445 bool m_trap_exceptions = true; variable