Home | History | Annotate | Download | only in Interpreter

Lines Matching full:command_sp

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