Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp245 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 DCommandAlias.cpp23 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 DScriptInterpreter.h429 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 DCommandObjectCommands.cpp641 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 DScriptInterpreterPython.h348 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 DScriptInterpreterPython.cpp3059 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()