Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h285 bool GetAutoConfirm() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp241 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() function in Debugger
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1907 if (m_debugger.GetAutoConfirm()) in Confirm()