Lines Matching refs:GetCommandName
615 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
671 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
691 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
707 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
722 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
736 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
751 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
772 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
791 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
816 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
852 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
871 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
895 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
1237 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1256 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1624 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1942 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand()
1975 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand()
2139 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()
3353 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()
3367 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl()
3419 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()
3456 cmd_obj->GetCommandName().str().c_str()); in ResolveCommandImpl()