Lines Matching refs:GetCommandName
639 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
692 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
712 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
728 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
743 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
757 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
772 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
793 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
812 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
837 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
873 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
892 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
916 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
1256 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1625 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1983 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand()
2025 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand()
2189 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()
3422 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()
3436 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl()
3488 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()
3525 cmd_obj->GetCommandName().str().c_str()); in ResolveCommandImpl()