Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h257 bool GetAutoConfirm() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp273 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() function in Debugger
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2154 if (m_debugger.GetAutoConfirm()) in Confirm()