Lines Matching refs:GetCommandName
633 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
689 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
709 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
725 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
740 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
754 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
769 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
790 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
809 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
834 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
870 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
889 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
913 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
1255 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1274 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1642 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1989 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand()
2022 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand()
2186 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()
3405 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()
3419 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl()
3471 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()
3508 cmd_obj->GetCommandName().str().c_str()); in ResolveCommandImpl()