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

/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp67 return m_opaque_up->DoesIgnoreBreakpoints();
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp104 m_ignore_breakpoints(options.DoesIgnoreBreakpoints()),
137 m_ignore_breakpoints(options.DoesIgnoreBreakpoints()),
H A DProcess.cpp4704 if (!options.DoesIgnoreBreakpoints()) {
5345 options.DoesIgnoreBreakpoints());
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp207 options.DoesIgnoreBreakpoints()))
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h334 bool DoesIgnoreBreakpoints() const { return m_ignore_breakpoints; } function in class:lldb_private::EvaluateExpressionOptions

Completed in 130 milliseconds