Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1002 auto pos = m_command_dict.find(cmd); in GetCommandSP()
1003 if (pos != m_command_dict.end()) in GetCommandSP()
1051 auto pos = m_command_dict.find(cmd); in GetCommandSP()
1052 if (pos != m_command_dict.end()) in GetCommandSP()
1134 if (name_iter != m_command_dict.end()) { in AddCommand()
1139 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()
1363 m_command_dict.erase(pos); in RemoveCommand()
1405 for (pos = m_command_dict.begin(); pos != m_command_dict.end(); ++pos) { in GetHelp()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h590 return m_command_dict; in GetCommands()
721 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands variable