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.h605 bool GetRequireCommandOverwrite() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2467 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp283 bool CommandInterpreter::GetRequireCommandOverwrite() const { in GetRequireCommandOverwrite() function in CommandInterpreter