Lines Matching refs:command_sp
720 CommandObjectSP command_sp(connect_gdb_remote_cmd_ap.release()); in LoadCommandDictionary() local
721 m_command_dict[command_sp->GetCommandName()] = command_sp; in LoadCommandDictionary()
737 CommandObjectSP command_sp(connect_kdp_remote_cmd_ap.release()); in LoadCommandDictionary() local
738 m_command_dict[command_sp->GetCommandName()] = command_sp; in LoadCommandDictionary()
760 CommandObjectSP command_sp(bt_regex_cmd_ap.release()); in LoadCommandDictionary() local
761 m_command_dict[command_sp->GetCommandName()] = command_sp; in LoadCommandDictionary()
861 CommandObjectSP command_sp; in GetCommandSP() local
868 command_sp = pos->second; in GetCommandSP()
874 command_sp = alias_pos->second; in GetCommandSP()
880 command_sp = pos->second; in GetCommandSP()
883 if (!exact && !command_sp) { in GetCommandSP()
949 } else if (matches && command_sp) { in GetCommandSP()
952 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
955 return command_sp; in GetCommandSP()