Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStructuredDataPlugin.cpp57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp747 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary() local
765 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary() local
790 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary() local
894 CommandObjectSP command_sp; in GetCommandSP() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp350 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1383 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local