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()
815 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary() local816 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()834 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary() local835 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()859 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary() local860 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()1020 CommandObjectSP command_sp; in GetCommandSP() local1027 command_sp = pos->second; in GetCommandSP()1033 command_sp = alias_pos->second; in GetCommandSP()1039 command_sp = pos->second; in GetCommandSP()[all …]
384 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() 387 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand() 385 LoadSubCommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_sp) LoadSubCommand() argument
1352 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() 1353 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize() 1356 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); DebuggerInitialize() local