Lines Matching refs:GetCommandName
593 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
649 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
669 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
685 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
700 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
714 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
729 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
748 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
766 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()
827 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
846 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
870 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()
1112 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1436 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str()); in BuildAliasResult()
1758 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand()
1786 const std::size_t actual_cmd_name_len = cmd_obj->GetCommandName().size(); in HandleCommand()
1950 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()
2690 commands_found.AppendString(cmd_obj->GetCommandName()); in FindCommandsForApropos()
3118 actual_cmd_name_len = cmd_obj->GetCommandName().size(); in ResolveCommandImpl()
3122 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()
3137 llvm::StringRef sub_cmd_name = sub_cmd_obj->GetCommandName(); in ResolveCommandImpl()
3191 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()
3229 cmd_obj->GetCommandName().str().c_str()); in ResolveCommandImpl()