Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp82 const CommandObjectSP &cmd_obj_sp) { in LoadSubCommand()
100 llvm::StringRef name, const CommandObjectSP &cmd_obj_sp, bool can_replace) { in LoadUserSubcommand()
H A DCommandObjectCommands.cpp489 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( HandleAliasingRawCommand() local
1156 CommandObjectScriptingObject(CommandInterpreter & interpreter,std::string name,StructuredData::GenericSP cmd_obj_sp,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectScriptingObject() argument
1622 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( DoExecute() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp23 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
H A DCommandInterpreter.cpp282 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); Initialize() local
1207 CommandObjectSP cmd_obj_sp = GetCommandSPExact() local
1303 CommandObjectSP cmd_obj_sp( GetAliasFullName() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h515 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in GetShortHelpForCommandObject() argument
522 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetFlagsForCommandObject() argument
526 GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetLongHelpForCommandObject() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2804 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetShortHelpForCommandObject() argument
2839 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetFlagsForCommandObject() argument
2888 GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetLongHelpForCommandObject() argument
[all...]