Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h265 bool GetAutoConfirm() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp253 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() function in Debugger
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2091 if (m_debugger.GetAutoConfirm()) in Confirm()