Searched refs:command_sp (Results 1 – 4 of 4) sorted by relevance
58 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local61 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
721 m_command_dict[command_sp->GetCommandName()] = command_sp; in LoadCommandDictionary()738 m_command_dict[command_sp->GetCommandName()] = command_sp; in LoadCommandDictionary()761 m_command_dict[command_sp->GetCommandName()] = command_sp; in LoadCommandDictionary()861 CommandObjectSP command_sp; in GetCommandSP() local868 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()[all …]
338 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument341 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
1434 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local1435 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()