Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStructuredDataPlugin.cpp57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp789 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); in LoadCommandDictionary() local
808 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); in LoadCommandDictionary() local
833 CommandObjectSP command_sp(bt_regex_cmd_up.release()); in LoadCommandDictionary() local
994 CommandObjectSP command_sp; in GetCommandSP() local
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp385 llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_sp) { in LoadSubCommand()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1357 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize() local