Lines Matching refs:GetCommandName
603 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
659 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
679 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
695 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
710 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
724 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
739 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
758 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
776 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
801 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
837 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
856 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
880 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
1121 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1445 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1763 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand()
1791 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand()
1951 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()
2692 commands_found.AppendString(cmd_obj->GetCommandName()); in FindCommandsForApropos()
3135 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()
3149 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl()
3201 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()
3238 cmd_obj->GetCommandName().str().c_str()); in ResolveCommandImpl()