Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h577 bool GetRequireCommandOverwrite() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1551 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp265 bool CommandInterpreter::GetRequireCommandOverwrite() const { in GetRequireCommandOverwrite() function in CommandInterpreter