Searched refs:m_command_dict (Results 1 – 2 of 2) sorted by relevance
559 m_command_dict[NAME] = std::make_shared<CLASS>(*this);662 m_command_dict[std::string(break_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()715 m_command_dict[std::string(tbreak_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()735 m_command_dict[std::string(attach_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()751 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()766 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()780 m_command_dict[std::string(display_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()795 m_command_dict[std::string(undisplay_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()816 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()835 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()[all …]
607 return m_command_dict; in GetCommands()745 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands variable