Home
last modified time | relevance | path

Searched defs:cmd_sp (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/API/
DSBCommandInterpreter.cpp437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) in SBCommand()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand()
766 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
/external/lldb/source/Commands/
DCommandObjectCommands.cpp1070 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter() local