Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp22 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
DCommandInterpreter.cpp238 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit", false); in Initialize() local
1056 CommandObjectSP cmd_obj_sp = GetCommandSP(llvm::StringRef(cmd_words.GetArgumentAtIndex(0)), in GetCommandSPExact() local
1142 CommandObjectSP cmd_obj_sp( in GetAliasFullName() local
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h488 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetShortHelpForCommandObject()
495 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject()
499 virtual bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetLongHelpForCommandObject()
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp466 if (CommandObjectSP cmd_obj_sp = in HandleAliasingRawCommand() local
1139 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject()
1556 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( in DoExecute() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp3067 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetShortHelpForCommandObject()
3123 StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject()
3172 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetLongHelpForCommandObject()