Searched defs:cmd_sp (Results 1 – 3 of 3) sorted by relevance
437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) in SBCommand()
748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand()766 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
1070 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter() local