Home
last modified time | relevance | path

Searched refs:CommandExists (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i108 CommandExists (const char *cmd);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h48 bool CommandExists(const char *cmd);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp114 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter
117 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp439 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
535 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()
676 if (m_interpreter.CommandExists(command_name)) { in DoExecute()
757 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h285 bool CommandExists(llvm::StringRef cmd) const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1153 if (CommandExists(name)) { in AddUserCommand()
1300 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter