Lines Matching defs:command_sp
813 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release());
814 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp;
832 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release());
833 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp;
857 CommandObjectSP command_sp(bt_regex_cmd_up.release());
858 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp;
1021 CommandObjectSP command_sp;
1028 command_sp = pos->second;
1034 command_sp = alias_pos->second;
1040 command_sp = pos->second;
1046 command_sp = pos->second;
1049 if (!exact && !command_sp) {
1135 } else if (matches && command_sp) {
1138 descriptions->AppendString(command_sp->GetHelp());
1141 return command_sp;