Searched defs:cmd_sp (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBCommandInterpreter.cpp437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) argument
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) argument
758 m_command_dict[name_sstr] = cmd_sp;
766 const lldb::CommandObjectSP &cmd_sp,
791 m_user_dict[name] = cmd_sp;
765 AddUserCommand(std::string name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) argument

Completed in 360 milliseconds