Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h596 bool GetRequireCommandOverwrite() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2224 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp279 bool CommandInterpreter::GetRequireCommandOverwrite() const { in GetRequireCommandOverwrite() function in CommandInterpreter