Home
last modified time | relevance | path

Searched defs: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
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp720 CommandObjectSP command_sp(connect_gdb_remote_cmd_ap.release()); in LoadCommandDictionary() local
737 CommandObjectSP command_sp(connect_kdp_remote_cmd_ap.release()); in LoadCommandDictionary() local
760 CommandObjectSP command_sp(bt_regex_cmd_ap.release()); in LoadCommandDictionary() local
861 CommandObjectSP command_sp; in GetCommandSP() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp338 llvm::StringRef cmd_name, const lldb::CommandObjectSP &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