Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i108 CommandExists (const char *cmd);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp115 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter
116 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, CommandExists, (const char *), in CommandExists()
119 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
765 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, CommandExists, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h48 bool CommandExists(const char *cmd);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp411 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
496 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()
629 if (m_interpreter.CommandExists(command_name)) { in DoExecute()
710 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h269 bool CommandExists(llvm::StringRef cmd) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1032 if (CommandExists(name)) { in AddUserCommand()
1130 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11854 result = (bool)(arg1)->CommandExists((char const *)arg2); in _wrap_SBCommandInterpreter_CommandExists()