Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h239 bool GetAutoConfirm() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp372 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() function in Debugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1909 if (m_debugger.GetAutoConfirm()) in Confirm()