Searched refs:command_obj_sp (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 550 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand() local 554 if (!command_obj_sp) { in HandleAliasingNormalCommand() 559 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand() 602 alias_command, use_subcommand ? subcommand_obj_sp : command_obj_sp, in HandleAliasingNormalCommand() 1497 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction( in IOHandlerInputComplete() local 1502 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete() 1510 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 324 lldb::CommandObjectSP &command_obj_sp,
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1348 lldb::CommandObjectSP &command_obj_sp, in AddAlias() argument 1350 if (command_obj_sp.get()) in AddAlias() 1351 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) && in AddAlias() 1355 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias()
|