Searched refs:cmd_obj_sp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 260 if (cmd_obj_sp) in Initialize() 275 if (cmd_obj_sp) in Initialize() 279 if (cmd_obj_sp) in Initialize() 342 if (cmd_obj_sp) in Initialize() 346 if (cmd_obj_sp) in Initialize() 350 if (cmd_obj_sp) in Initialize() 354 if (cmd_obj_sp) in Initialize() 358 if (cmd_obj_sp) in Initialize() 362 if (cmd_obj_sp) in Initialize() 366 if (cmd_obj_sp) in Initialize() [all …]
|
| H A D | CommandAlias.cpp | 22 static bool ProcessAliasOptionsArgs(lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs() argument 37 Options *options = cmd_obj_sp->GetOptions(); in ProcessAliasOptionsArgs() 42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs() 62 if (cmd_obj_sp->WantsRawCommandString()) in ProcessAliasOptionsArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 452 if (CommandObjectSP cmd_obj_sp = in HandleAliasingRawCommand() local 461 alias_command, cmd_obj_sp, raw_command_string)) { in HandleAliasingRawCommand() 1107 StructuredData::GenericSP cmd_obj_sp, in CommandObjectScriptingObject() argument 1109 : CommandObjectRaw(interpreter, name), m_cmd_obj_sp(cmd_obj_sp), in CommandObjectScriptingObject() 1116 GetFlags().Set(scripter->GetFlagsForCommandObject(cmd_obj_sp)); in CommandObjectScriptingObject() 1524 auto cmd_obj_sp = interpreter->CreateScriptCommandObject( in DoExecute() local 1526 if (!cmd_obj_sp) { in DoExecute() 1532 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 515 GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetShortHelpForCommandObject() argument 522 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject() argument 526 virtual bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, in GetLongHelpForCommandObject() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 206 bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, 210 GetFlagsForCommandObject(StructuredData::GenericSP cmd_obj_sp) override; 212 bool GetLongHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp,
|
| H A D | ScriptInterpreterPython.cpp | 3109 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetShortHelpForCommandObject() argument 3116 if (!cmd_obj_sp) in GetShortHelpForCommandObject() 3120 (PyObject *)cmd_obj_sp->GetValue()); in GetShortHelpForCommandObject() 3165 StructuredData::GenericSP cmd_obj_sp) { in GetFlagsForCommandObject() argument 3172 if (!cmd_obj_sp) in GetFlagsForCommandObject() 3176 (PyObject *)cmd_obj_sp->GetValue()); in GetFlagsForCommandObject() 3214 StructuredData::GenericSP cmd_obj_sp, std::string &dest) { in GetLongHelpForCommandObject() argument 3222 if (!cmd_obj_sp) in GetLongHelpForCommandObject() 3226 (PyObject *)cmd_obj_sp->GetValue()); in GetLongHelpForCommandObject()
|