Home
last modified time | relevance | path

Searched refs:command_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local
60 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp758 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
776 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
801 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
904 CommandObjectSP command_sp; in GetCommandSP() local
911 command_sp = pos->second; in GetCommandSP()
917 command_sp = alias_pos->second; in GetCommandSP()
923 command_sp = pos->second; in GetCommandSP()
926 if (!exact && !command_sp) { in GetCommandSP()
992 } else if (matches && command_sp) { in GetCommandSP()
995 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp348 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument
351 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1377 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local
1378 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()