Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp521 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand() local
525 if (!command_obj_sp) { in HandleAliasingNormalCommand()
531 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand()
576 alias_command, use_subcommand ? subcommand_obj_sp : command_obj_sp, in HandleAliasingNormalCommand()
1484 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction( in IOHandlerInputComplete() local
1488 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h281 lldb::CommandObjectSP &command_obj_sp,
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1165 lldb::CommandObjectSP &command_obj_sp, in AddAlias() argument
1167 if (command_obj_sp.get()) in AddAlias()
1168 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) && in AddAlias()
1172 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias()