Searched refs:CommandAlias (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 78 CommandAlias::CommandAlias(CommandInterpreter &interpreter, in CommandAlias() function in CommandAlias 108 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString() 114 bool CommandAlias::WantsCompletion() { in WantsCompletion() 125 void CommandAlias::HandleArgumentCompletion( in HandleArgumentCompletion() 132 Options *CommandAlias::GetOptions() { in GetOptions() 138 void CommandAlias::Execute(const char *args_string, in Execute() 172 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() 200 bool CommandAlias::IsNestedAlias() { in IsNestedAlias() 226 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() 236 llvm::StringRef CommandAlias::GetHelp() { in GetHelp() [all …]
|
| H A D | CommandInterpreter.cpp | 327 CommandAlias *sif_alias = AddAlias( in Initialize() 431 CommandAlias *parray_alias = in Initialize() 440 CommandAlias *poarray_alias = AddAlias("poarray", cmd_obj_sp, in Initialize() 452 CommandAlias *shell_alias = AddAlias("shell", cmd_obj_sp, " --host --"); in Initialize() 1328 CommandAlias * 1336 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias() 1337 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias() 1617 ((CommandAlias *)alias_cmd_obj)->Desugar(); in BuildAliasResult() 2151 const CommandAlias * 2157 return (CommandAlias *)pos->second.get(); in GetAlias()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 20 class CommandAlias : public CommandObject { 22 typedef std::unique_ptr<CommandAlias> UniquePointer; 24 CommandAlias(CommandInterpreter &interpreter, lldb::CommandObjectSP cmd_sp,
|
| H A D | CommandInterpreter.h | 323 CommandAlias *AddAlias(llvm::StringRef alias_name, 344 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 117 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 500 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingRawCommand() 597 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingNormalCommand()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 286 SRCS+= Interpreter/CommandAlias.cpp
|