Lines Matching refs:command_sp
546 CommandObjectSP command_sp(connect_gdb_remote_cmd_ap.release()); in LoadCommandDictionary() local
547 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary()
561 CommandObjectSP command_sp(connect_kdp_remote_cmd_ap.release()); in LoadCommandDictionary() local
562 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary()
581 CommandObjectSP command_sp(bt_regex_cmd_ap.release()); in LoadCommandDictionary() local
582 m_command_dict[command_sp->GetCommandName ()] = command_sp; in LoadCommandDictionary()
643 CommandObjectSP command_sp; in GetCommandSP() local
651 command_sp = pos->second; in GetCommandSP()
658 command_sp = pos->second; in GetCommandSP()
665 command_sp = pos->second; in GetCommandSP()
668 if (!exact && !command_sp) in GetCommandSP()
738 else if (matches && command_sp) in GetCommandSP()
744 return command_sp; in GetCommandSP()