Home
last modified time | relevance | path

Searched defs:cmd_obj_sp (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp81 const CommandObjectSP &cmd_obj_sp) { in LoadSubCommand()
99 llvm::StringRef name, const CommandObjectSP &cmd_obj_sp, bool can_replace) { in LoadUserSubcommand()
H A DCommandObjectCommands.cpp488 if (CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( in HandleAliasingRawCommand() local
1152 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject()
1597 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( in DoExecute() local
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp22 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
H A DCommandInterpreter.cpp265 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize() local
1182 CommandObjectSP cmd_obj_sp = in GetCommandSPExact() local
1303 CommandObjectSP cmd_obj_sp( in GetAliasFullName() local
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h518 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetShortHelpForCommandObject()
525 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject()
529 virtual bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetLongHelpForCommandObject()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2976 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetShortHelpForCommandObject()
3032 StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject()
3081 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetLongHelpForCommandObject()