Home
last modified time | relevance | path

Searched refs:command_obj_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp527 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand() local
531 if (!command_obj_sp) { in HandleAliasingNormalCommand()
536 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand()
579 alias_command, use_subcommand ? subcommand_obj_sp : command_obj_sp, in HandleAliasingNormalCommand()
2170 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction( in IOHandlerInputComplete() local
2175 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
2183 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h338 lldb::CommandObjectSP &command_obj_sp,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1353 lldb::CommandObjectSP &command_obj_sp, in AddAlias() argument
1355 if (command_obj_sp.get()) in AddAlias()
1356 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) && in AddAlias()
1360 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias()