Searched refs:cmd_obj_sp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 245 if (cmd_obj_sp) in Initialize() 260 if (cmd_obj_sp) in Initialize() 264 if (cmd_obj_sp) in Initialize() 327 if (cmd_obj_sp) in Initialize() 331 if (cmd_obj_sp) in Initialize() 335 if (cmd_obj_sp) in Initialize() 339 if (cmd_obj_sp) in Initialize() 343 if (cmd_obj_sp) in Initialize() 347 if (cmd_obj_sp) in Initialize() 351 if (cmd_obj_sp) in Initialize() [all …]
|
| H A D | CommandAlias.cpp | 23 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs() argument 36 Options *options = cmd_obj_sp->GetOptions(); in ProcessAliasOptionsArgs() 41 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs() 62 if (cmd_obj_sp->WantsRawCommandString()) in ProcessAliasOptionsArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 429 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetShortHelpForCommandObject() argument 436 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject() argument 440 virtual bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetLongHelpForCommandObject() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 641 if (CommandObjectSP cmd_obj_sp = in HandleAliasingRawCommand() local 650 alias_command, cmd_obj_sp, raw_command_string)) { in HandleAliasingRawCommand() 1312 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject() argument 1315 m_cmd_obj_sp(cmd_obj_sp), m_synchro(synch), m_fetched_help_short(false), in CommandObjectScriptingObject() 1321 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObject() 1743 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( in DoExecute() local 1745 if (!cmd_obj_sp) { in DoExecute() 1752 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 348 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, 352 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) override; 354 bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
|
| H A D | ScriptInterpreterPython.cpp | 3059 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetShortHelpForCommandObject() argument 3067 if (!cmd_obj_sp) in GetShortHelpForCommandObject() 3071 (PyObject *)cmd_obj_sp->GetValue()); in GetShortHelpForCommandObject() 3115 StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject() argument 3122 if (!cmd_obj_sp) in GetFlagsForCommandObject() 3126 (PyObject *)cmd_obj_sp->GetValue()); in GetFlagsForCommandObject() 3169 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetLongHelpForCommandObject() argument 3177 if (!cmd_obj_sp) in GetLongHelpForCommandObject() 3181 (PyObject *)cmd_obj_sp->GetValue()); in GetLongHelpForCommandObject()
|