Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h264 bool GetAutoConfirm() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp272 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() function in Debugger
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2141 if (m_debugger.GetAutoConfirm()) in Confirm()