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/
DCommandInterpreter.h577 bool GetRequireCommandOverwrite() const;
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectCommands.cpp1551 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp265 bool CommandInterpreter::GetRequireCommandOverwrite() const { in GetRequireCommandOverwrite() function in CommandInterpreter