Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h263 bool GetAutoConfirm() const;
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp265 bool Debugger::GetAutoConfirm() const { in GetAutoConfirm() function in Debugger
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2138 if (m_debugger.GetAutoConfirm()) in Confirm()