Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp663 pos = m_user_dict.find(cmd); in GetCommandSP()
664 if (pos != m_user_dict.end()) in GetCommandSP()
714 … num_user_matches = CommandObject::AddNamesMatchingPartialString (m_user_dict, cmd_cstr, *matches); in GetCommandSP()
721 pos = m_user_dict.find (cmd); in GetCommandSP()
722 if (pos != m_user_dict.end()) in GetCommandSP()
787 if (m_user_dict[name]->IsRemovable() == false) in AddUserCommand()
791 m_user_dict[name] = cmd_sp; in AddUserCommand()
980 return m_user_dict.find(cmd) != m_user_dict.end(); in UserCommandExists()
1004 CommandObject::CommandMap::iterator pos = m_user_dict.find(alias_name); in RemoveUser()
1005 if (pos != m_user_dict.end()) in RemoveUser()
[all …]
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h128 m_user_dict.clear(); in RemoveAllUser()
471 CommandObject::CommandMap m_user_dict; // Stores user-defined commands variable