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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp22 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, argument
H A DCommandInterpreter.cpp221 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit", false); local
1026 CommandObjectSP cmd_obj_sp = GetCommandSP(llvm::StringRef(cmd_words.GetArgumentAtIndex(0)), local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h440 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, argument
447 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { argument
451 virtual bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1674 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( variable
1270 CommandObjectScriptingObject(CommandInterpreter &interpreter, std::string name, StructuredData::GenericSP cmd_obj_sp, ScriptedCommandSynchronicity synch) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp3043 GetShortHelpForCommandObject( StructuredData::GenericSP cmd_obj_sp, std::string &dest) argument
3099 GetFlagsForCommandObject( StructuredData::GenericSP cmd_obj_sp) argument
3153 GetLongHelpForCommandObject( StructuredData::GenericSP cmd_obj_sp, std::string &dest) argument

Completed in 80 milliseconds