Searched refs:m_command_dict (Results 1 – 2 of 2) sorted by relevance
527 m_command_dict[NAME] = std::make_shared<CLASS>(*this);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()[all …]
588 return m_command_dict; in GetCommands()714 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands variable