Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp815 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary() local
816 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
834 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary() local
835 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
862 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary() local
863 m_command_dict[std::string(command_sp->GetCommandName())] = command_sp; in LoadCommandDictionary()
1049 CommandObjectSP command_sp; in GetCommandSP() local
1056 command_sp = pos->second; in GetCommandSP()
1062 command_sp = alias_pos->second; in GetCommandSP()
1068 command_sp = pos->second; in GetCommandSP()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp399 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand() argument
402 return proxy_command->LoadSubCommand(cmd_name, command_sp); in LoadSubCommand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1359 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local
1360 bool result = parent_command->LoadSubCommand(command_name, command_sp); in DebuggerInitialize()