Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStructuredDataPlugin.cpp58 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local
61 parent_command->LoadSubCommand(command_name, command_sp); in InitializeBasePluginForDebugger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp721 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() local
868 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp338 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument
341 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1434 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local
1435 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()