Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h62 bool CommandExists(const char *cmd);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp119 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter
122 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp425 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
519 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()
648 if (m_interpreter.CommandExists(command_name)) { in DoExecute()
716 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h307 bool CommandExists(llvm::StringRef cmd) const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1236 if (CommandExists(name)) { in AddUserCommand()
1396 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12827 result = (bool)(arg1)->CommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_CommandExists()