Searched refs:command_obj_sp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 534 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand() local 538 if (!command_obj_sp) { in HandleAliasingNormalCommand() 543 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand() 586 alias_command, use_subcommand ? subcommand_obj_sp : command_obj_sp, in HandleAliasingNormalCommand() 2410 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction( in IOHandlerInputComplete() local 2415 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete() 2424 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 345 lldb::CommandObjectSP &command_obj_sp,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1443 lldb::CommandObjectSP &command_obj_sp, in AddAlias() argument 1445 if (command_obj_sp.get()) in AddAlias() 1446 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) && in AddAlias() 1450 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias()
|