Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp999 auto pos = m_command_dict.find(cmd); in GetCommandSP()
1000 if (pos != m_command_dict.end()) in GetCommandSP()
1048 auto pos = m_command_dict.find(cmd); in GetCommandSP()
1049 if (pos != m_command_dict.end()) in GetCommandSP()
1131 if (name_iter != m_command_dict.end()) { in AddCommand()
1136 m_command_dict[name_sstr] = cmd_sp; in AddCommand()
1301 return m_command_dict.find(std::string(cmd)) != m_command_dict.end(); in CommandExists()
1377 if (pos != m_command_dict.end()) { in RemoveCommand()
1380 m_command_dict.erase(pos); in RemoveCommand()
1422 for (pos = m_command_dict.begin(); pos != m_command_dict.end(); ++pos) { in GetHelp()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h588 return m_command_dict; in GetCommands()
714 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands variable