Searched refs:CommandExists (Results 1 – 7 of 7) sorted by relevance
39 self.assertTrue(ci.CommandExists("breakpoint"))40 self.assertTrue(ci.CommandExists("target"))41 self.assertTrue(ci.CommandExists("platform"))53 self.assertFalse(ci.CommandExists(None))
108 CommandExists (const char *cmd);
48 bool CommandExists(const char *cmd);
113 bool SBCommandInterpreter::CommandExists(const char *cmd) { in CommandExists() function in SBCommandInterpreter116 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->CommandExists(cmd) in CommandExists()
438 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()532 if (m_interpreter.CommandExists(alias_command)) { in HandleAliasingNormalCommand()673 if (m_interpreter.CommandExists(command_name)) { in DoExecute()754 if (!m_interpreter.CommandExists(command_name)) { in DoExecute()
276 bool CommandExists(llvm::StringRef cmd) const;
1135 if (CommandExists(name)) { in AddUserCommand()1282 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists() function in CommandInterpreter