Home
last modified time | relevance | path

Searched refs:CommandAlias (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp76 CommandAlias::CommandAlias(CommandInterpreter &interpreter, in CommandAlias() function in CommandAlias
106 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString()
112 bool CommandAlias::WantsCompletion() { in WantsCompletion()
123 void CommandAlias::HandleArgumentCompletion( in HandleArgumentCompletion()
130 Options *CommandAlias::GetOptions() { in GetOptions()
136 bool CommandAlias::Execute(const char *args_string, in Execute()
169 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand()
197 bool CommandAlias::IsNestedAlias() { in IsNestedAlias()
221 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp()
231 llvm::StringRef CommandAlias::GetHelp() { in GetHelp()
[all …]
H A DCommandInterpreter.cpp298 CommandAlias *sif_alias = AddAlias( in Initialize()
398 CommandAlias *parray_alias = in Initialize()
407 CommandAlias *poarray_alias = AddAlias("poarray", cmd_obj_sp, in Initialize()
419 CommandAlias *shell_alias = AddAlias("shell", cmd_obj_sp, " --host --"); in Initialize()
1172 CommandAlias *
1180 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias()
1181 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias()
1437 ((CommandAlias *)alias_cmd_obj)->Desugar(); in BuildAliasResult()
1917 const CommandAlias *
1923 return (CommandAlias *)pos->second.get(); in GetAlias()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h20 class CommandAlias : public CommandObject {
22 typedef std::unique_ptr<CommandAlias> UniquePointer;
24 CommandAlias(CommandInterpreter &interpreter, lldb::CommandObjectSP cmd_sp,
H A DCommandInterpreter.h275 CommandAlias *AddAlias(llvm::StringRef alias_name,
290 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp114 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()
H A DCommandObjectCommands.cpp460 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingRawCommand()
554 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingNormalCommand()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile270 SRCS+= Interpreter/CommandAlias.cpp