Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h328 bool RemoveCommand(llvm::StringRef cmd);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp768 if (!m_interpreter.RemoveCommand(command_name)) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1375 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd) { in RemoveCommand() function in CommandInterpreter