Searched refs:CommandExists (Results 1 – 8 of 8) sorted by relevance
41 self.assertTrue(ci.CommandExists("breakpoint"))42 self.assertTrue(ci.CommandExists("target"))43 self.assertTrue(ci.CommandExists("platform"))55 self.assertFalse(ci.CommandExists(None))
62 bool CommandExists(const char *cmd);
25 self.assertFalse(interp.CommandExists("foobar"), "It is not a builtin.")
119 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter122 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
424 if (m_interpreter.CommandExists(alias_command)) { in DoExecute() 518 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand() 647 if (m_interpreter.CommandExists(command_name)) { in DoExecute() 715 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
303 bool CommandExists(llvm::StringRef cmd) const;
575 bool term_is_command = interpreter.CommandExists(term.c_str()) || in SetTarget()
1181 if (CommandExists(name)) { in AddUserCommand() 1341 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in AliasExists() 1305 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { CommandExists() function in CommandInterpreter