Lines Matching defs:command_sp
815 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release());
816 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp;
834 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release());
835 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp;
859 CommandObjectSP command_sp(bt_regex_cmd_up.release());
860 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp;
1020 CommandObjectSP command_sp;
1027 command_sp = pos->second;
1033 command_sp = alias_pos->second;
1039 command_sp = pos->second;
1045 command_sp = pos->second;
1048 if (!exact && !command_sp) {
1134 } else if (matches && command_sp) {
1137 descriptions->AppendString(command_sp->GetHelp());
1140 return command_sp;