Searched refs:CommandAlias (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 77 CommandAlias::CommandAlias(CommandInterpreter &interpreter, in CommandAlias() function in CommandAlias 107 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString() 113 bool CommandAlias::WantsCompletion() { in WantsCompletion() 119 void CommandAlias::HandleCompletion(CompletionRequest &request) { in HandleCompletion() 124 void CommandAlias::HandleArgumentCompletion( in HandleArgumentCompletion() 131 Options *CommandAlias::GetOptions() { in GetOptions() 137 bool CommandAlias::Execute(const char *args_string, in Execute() 142 void CommandAlias::GetAliasExpansion(StreamString &help_string) const { in GetAliasExpansion() 171 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() 199 bool CommandAlias::IsNestedAlias() { in IsNestedAlias() [all …]
|
| H A D | CMakeLists.txt | 10 CommandAlias.cpp
|
| H A D | CommandInterpreter.cpp | 327 CommandAlias *sif_alias = AddAlias( in Initialize() 427 CommandAlias *parray_alias = in Initialize() 436 CommandAlias *poarray_alias = AddAlias("poarray", cmd_obj_sp, in Initialize() 448 CommandAlias *shell_alias = AddAlias("shell", cmd_obj_sp, " --host --"); in Initialize() 1346 CommandAlias * 1354 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias() 1355 new CommandAlias(*this, command_obj_sp, args_string, alias_name)); in AddAlias() 1634 ((CommandAlias *)alias_cmd_obj)->Desugar(); in BuildAliasResult() 2148 const CommandAlias * 2154 return (CommandAlias *)pos->second.get(); in GetAlias()
|
| /openbsd-src/gnu/llvm/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, 343 const CommandAlias *GetAlias(llvm::StringRef alias_name) const;
|
| /openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/ |
| H A D | Makefile | 9 SRCS= CommandAlias.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
| H A D | BUILD.gn | 31 "CommandAlias.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 117 ((CommandAlias *)sub_cmd_obj)->GetUnderlyingCommand().get(); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 504 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingRawCommand() 601 if (CommandAlias *alias = m_interpreter.AddAlias( in HandleAliasingNormalCommand()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3749 lldb/include/lldb/Interpreter/CommandAlias.h 4080 lldb/source/Interpreter/CommandAlias.cpp
|