Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp546 CommandObjectSP command_obj_sp( in HandleAliasingNormalCommand() local
550 if (!command_obj_sp) { in HandleAliasingNormalCommand()
555 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand()
598 alias_command, use_subcommand ? subcommand_obj_sp : command_obj_sp, in HandleAliasingNormalCommand()
1518 CommandObjectSP command_obj_sp(new CommandObjectPythonFunction( in IOHandlerInputComplete() local
1523 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
1531 m_cmd_name, command_obj_sp, m_overwrite); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h324 lldb::CommandObjectSP &command_obj_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1330 lldb::CommandObjectSP &command_obj_sp, in AddAlias() argument
1332 if (command_obj_sp.get()) in AddAlias()
1333 lldbassert((this == &command_obj_sp->GetCommandInterpreter()) && in AddAlias()
1337 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias()