Searched refs:command_sp (Results 1 – 4 of 4) sorted by relevance
57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local60 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
793 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()812 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()837 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()997 CommandObjectSP command_sp; in GetCommandSP() local1004 command_sp = pos->second; in GetCommandSP()1010 command_sp = alias_pos->second; in GetCommandSP()1016 command_sp = pos->second; in GetCommandSP()1022 command_sp = pos->second; in GetCommandSP()1025 if (!exact && !command_sp) { in GetCommandSP()1111 } else if (matches && command_sp) { in GetCommandSP()[all …]
384 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument387 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
1352 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local1353 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()