Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp105 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
135 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()
399 if (m_trap_exceptions) { in SetBreakpoints()
418 if (m_trap_exceptions) { in ClearBreakpoints()
429 if (m_trap_exceptions) { in BreakpointsExplainStop()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunction.h123 bool m_trap_exceptions; variable
DTarget.h347 bool GetTrapExceptions() const { return m_trap_exceptions; } in GetTrapExceptions()
349 void SetTrapExceptions(bool b) { m_trap_exceptions = b; } in SetTrapExceptions()
413 bool m_trap_exceptions = true; variable