Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h319 bool RemoveCommand(llvm::StringRef cmd);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp765 if (!m_interpreter.RemoveCommand(command_name)) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1357 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd) { in RemoveCommand() function in CommandInterpreter