Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h278 GetAutoConfirm () const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp251 Debugger::GetAutoConfirm () const in GetAutoConfirm() function in Debugger
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2069 if (m_debugger.GetAutoConfirm()) in Confirm()