Searched refs:GetCommandName (Results 1 – 11 of 11) sorted by relevance
662 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()715 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()735 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()751 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()766 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()780 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()795 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()816 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()835 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()863 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()[all …]
63 syntax_str.PutCString(GetCommandName()); in GetSyntax()81 llvm::StringRef CommandObject::GetCommandName() const { return m_cmd_name; } in GetCommandName() function in CommandObject799 Args full_args(GetCommandName()); in Execute()823 GetCommandName()); in Execute()840 std::string full_command(GetCommandName()); in Execute()
143 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); in GetAliasExpansion()
391 llvm::StringRef name = cmd.GetCommandName(); in GenerateOptionUsage()
168 GetCommandName().str().c_str()); in Execute()189 error_msg.append(std::string(GetCommandName())); in Execute()203 GetCommandName() + "\"." + GetSubcommandsHintText() + in Execute()204 " Use \"help " + GetCommandName() + "\" to find out more.") in Execute()
148 sub_cmd_obj->GetCommandName().str().c_str()); in DoExecute()
118 GetCommandName().str().c_str()); in DoExecute()478 cmd_obj.GetCommandName(), include_aliases); in HandleAliasingRawCommand()572 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()574 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()711 GetCommandName().str().c_str()); in DoExecute()826 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()979 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
308 parent->LoadSubCommand(command->GetCommandName().str().c_str(), command); in InitializeCommands()
134 llvm::StringRef GetCommandName() const;
671 ++m_command_usages[cmd_obj.GetCommandName()]; in IncreaseCommandUsage()
664 return (IsValid() ? ConstString(m_opaque_sp->GetCommandName()).AsCString() in GetName()