Searched refs:cmd_sp (Results 1 – 5 of 5) sorted by relevance
83 const lldb::CommandObjectSP &cmd_sp,88 const lldb::CommandObjectSP &cmd_sp,
186 SBCommand (lldb::CommandObjectSP cmd_sp);
437 SBCommand::SBCommand (lldb::CommandObjectSP cmd_sp) : m_opaque_sp (cmd_sp) in SBCommand() argument
1070 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter() local1071 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_rep… in AddCommand() argument758 m_command_dict[name_sstr] = cmd_sp; in AddCommand()766 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand() argument791 m_user_dict[name] = cmd_sp; in AddUserCommand()