Searched refs:AddUserCommand (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/API/
H A DSBCommandInterpreter.cpp418 if (new_command_sp && m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
429 if (new_command_sp && m_opaque_ptr->AddUserCommand(name, new_command_sp, true))
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h87 AddUserCommand (std::string name,
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp1734 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, true))
1802 if (m_interpreter.AddUserCommand(cmd_name, new_cmd, true))
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp765 CommandInterpreter::AddUserCommand (std::string name, function in class:CommandInterpreter

Completed in 356 milliseconds