Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h499 StructuredData::GenericSP cmd_obj_sp) { in GetArgumentsForCommandObject() argument
504 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in SetOptionValueForCommandObject() argument
487 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetShortHelpForCommandObject() argument
494 GetOptionsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetOptionsForCommandObject() argument
510 OptionParsingStartedForCommandObject(StructuredData::GenericSP cmd_obj_sp) OptionParsingStartedForCommandObject() argument
515 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetFlagsForCommandObject() argument
519 GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetLongHelpForCommandObject() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp82 const CommandObjectSP &cmd_obj_sp) { in LoadSubCommand() argument
100 LoadUserSubcommand(llvm::StringRef name,const CommandObjectSP & cmd_obj_sp,bool can_replace) LoadUserSubcommand() argument
[all...]
H A DCommandObjectCommands.cpp470 CommandObjectSP cmd_obj_sp = m_interpreter.GetCommandSPExact( HandleAliasingRawCommand() local
1117 CommandObjectScriptingObjectRaw(CommandInterpreter & interpreter,std::string name,StructuredData::GenericSP cmd_obj_sp,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectScriptingObjectRaw() argument
1235 CommandOptions(CommandInterpreter & interpreter,StructuredData::GenericSP cmd_obj_sp) CommandOptions() argument
1661 Create(CommandInterpreter & interpreter,std::string name,StructuredData::GenericSP cmd_obj_sp,ScriptedCommandSynchronicity synch,CommandReturnObject & result) Create() argument
1689 CommandObjectScriptingObjectParsed(CommandInterpreter & interpreter,std::string name,StructuredData::GenericSP cmd_obj_sp,ScriptedCommandSynchronicity synch) CommandObjectScriptingObjectParsed() argument
2274 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( DoExecute() local
[all...]
/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp23 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs()
H A DCommandInterpreter.cpp296 CommandObjectSP cmd_obj_sp = GetCommandSPExact("quit"); in Initialize() local
1230 CommandObjectSP cmd_obj_sp = GetCommandSPExact() local
1326 CommandObjectSP cmd_obj_sp( GetAliasFullName() local
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2774 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetShortHelpForCommandObject() argument
2809 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetFlagsForCommandObject() argument
2859 GetOptionsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetOptionsForCommandObject() argument
2907 GetArgumentsForCommandObject(StructuredData::GenericSP cmd_obj_sp) GetArgumentsForCommandObject() argument
2955 OptionParsingStartedForCommandObject(StructuredData::GenericSP cmd_obj_sp) OptionParsingStartedForCommandObject() argument
3003 SetOptionValueForCommandObject(StructuredData::GenericSP cmd_obj_sp,ExecutionContext * exe_ctx,llvm::StringRef long_option,llvm::StringRef value) SetOptionValueForCommandObject() argument
3057 GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,std::string & dest) GetLongHelpForCommandObject() argument
[all...]