Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp384 LoadSubCommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_sp) LoadSubCommand() argument
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp815 CommandObjectSP command_sp(connect_gdb_remote_cmd_up.release()); LoadCommandDictionary() local
834 CommandObjectSP command_sp(connect_kdp_remote_cmd_up.release()); LoadCommandDictionary() local
859 CommandObjectSP command_sp(bt_regex_cmd_up.release()); LoadCommandDictionary() local
1020 CommandObjectSP command_sp; GetCommandSP() local
[all...]
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1352 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); DebuggerInitialize() local