Home
last modified time | relevance | path

Searched refs:DoesIgnoreBreakpoints (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBExpressionOptions.cpp71 return m_opaque_ap->DoesIgnoreBreakpoints (); in GetIgnoreBreakpoints()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallFunction.cpp135 m_ignore_breakpoints (options.DoesIgnoreBreakpoints()), in ThreadPlanCallFunction()
HDProcess.cpp5347 if (!options.DoesIgnoreBreakpoints()) in RunThreadPlan()
5564 … || (return_value == eExecutionHitBreakpoint && options.DoesIgnoreBreakpoints()); in RunThreadPlan()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h257 DoesIgnoreBreakpoints () const in DoesIgnoreBreakpoints() function
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp885 … || (execution_result == eExecutionHitBreakpoint && options.DoesIgnoreBreakpoints())) in Execute()