Searched refs:cmd_sp (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h186 SBCommand (lldb::CommandObjectSP cmd_sp);
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h83 const lldb::CommandObjectSP &cmd_sp,
88 const lldb::CommandObjectSP &cmd_sp,
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) argument
/external/lldb/source/Commands/
H A DCommandObjectCommands.cpp1070 CommandObjectSP cmd_sp (m_regex_cmd_ap.release());
1071 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true);
/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 942 milliseconds