Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h62 bool CommandExists(const char *cmd);
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.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-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp418 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
512 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()
641 if (m_interpreter.CommandExists(command_name)) { in DoExecute()
709 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h299 bool CommandExists(llvm::StringRef cmd) const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1179 if (CommandExists(name)) { in AddUserCommand()
1305 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp12862 result = (bool)(arg1)->CommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_CommandExists()