Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DCMakeLists.txt10 CommandAlias.cpp
H A DCommandInterpreter.cpp310 CommandAlias *sif_alias = AddAlias( in Initialize()
410 CommandAlias *parray_alias = in Initialize()
419 CommandAlias *poarray_alias = AddAlias("poarray", cmd_obj_sp, in Initialize()
431 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()
1616 ((CommandAlias *)alias_cmd_obj)->Desugar(); in BuildAliasResult()
2101 const CommandAlias *
2107 return (CommandAlias *)pos->second.get(); in GetAlias()
/llvm-project-15.0.7/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.h314 CommandAlias *AddAlias(llvm::StringRef alias_name,
334 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn31 "CommandAlias.cpp",
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp117 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()
H A DCommandObjectCommands.cpp496 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingRawCommand()
598 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingNormalCommand()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3754 lldb/include/lldb/Interpreter/CommandAlias.h
4085 lldb/source/Interpreter/CommandAlias.cpp