Home
last modified time | relevance | path

Searched refs:m_command_dict (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp981 auto pos = m_command_dict.find(cmd); in GetCommandSP()
982 if (pos != m_command_dict.end()) in GetCommandSP()
1030 auto pos = m_command_dict.find(cmd); in GetCommandSP()
1031 if (pos != m_command_dict.end()) in GetCommandSP()
1113 if (name_iter != m_command_dict.end()) { in AddCommand()
1118 m_command_dict[name_sstr] = cmd_sp; in AddCommand()
1283 return m_command_dict.find(std::string(cmd)) != m_command_dict.end(); in CommandExists()
1359 if (pos != m_command_dict.end()) { in RemoveCommand()
1362 m_command_dict.erase(pos); in RemoveCommand()
1404 for (pos = m_command_dict.begin(); pos != m_command_dict.end(); ++pos) { in GetHelp()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h576 return m_command_dict; in GetCommands()
702 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands variable