Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp132 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
162 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
435 if (m_trap_exceptions && process_sp) { in SetBreakpoints()
454 if (m_trap_exceptions) { in ClearBreakpoints()
465 if (m_trap_exceptions) { in BreakpointsExplainStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h124 bool m_trap_exceptions; variable
H A DTarget.h343 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions()
345 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions()
403 bool m_trap_exceptions = true; variable