Lines Matching refs:GetCommandName

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()
860 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
896 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
915 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
939 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
1279 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1648 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1977 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand()
2019 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand()
2036 transcript_item->AddStringItem("commandName", cmd_obj->GetCommandName()); in HandleCommand()
2202 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()
3445 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()
3459 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl()
3511 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()
3548 cmd_obj->GetCommandName().str().c_str()); in ResolveCommandImpl()