| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 19 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword 27 CommandObjectMultiword::~CommandObjectMultiword() = default; 29 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() 63 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() 68 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand() 86 bool CommandObjectMultiword::Execute(const char *args_string, in Execute() 149 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText() 180 void CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { in HandleCompletion() 218 const char *CommandObjectMultiword::GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() 230 void CommandObjectMultiword::AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands() [all …]
|
| H A D | CommandObjectLanguage.cpp | 19 : CommandObjectMultiword( in CommandObjectLanguage()
|
| H A D | CommandObjectSession.h | 16 class CommandObjectSession : public CommandObjectMultiword {
|
| H A D | CommandObjectBreakpointCommand.h | 18 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
|
| H A D | CommandObjectFrame.h | 18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
|
| H A D | CommandObjectMemory.h | 16 class CommandObjectMemory : public CommandObjectMultiword {
|
| H A D | CommandObjectMemoryTag.h | 16 class CommandObjectMemoryTag : public CommandObjectMultiword {
|
| H A D | CommandObjectSource.h | 19 class CommandObjectMultiwordSource : public CommandObjectMultiword {
|
| H A D | CommandObjectPlugin.h | 16 class CommandObjectPlugin : public CommandObjectMultiword {
|
| H A D | CommandObjectReproducer.h | 18 class CommandObjectReproducer : public CommandObjectMultiword {
|
| H A D | CommandObjectProcess.h | 18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
|
| H A D | CommandObjectSettings.h | 18 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
|
| H A D | CommandObjectCommands.h | 19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
|
| H A D | CommandObjectType.h | 16 class CommandObjectType : public CommandObjectMultiword {
|
| H A D | CommandObjectStats.h | 15 class CommandObjectStats : public CommandObjectMultiword {
|
| H A D | CommandObjectWatchpointCommand.h | 18 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
|
| H A D | CommandObjectTarget.h | 18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
|
| H A D | CommandObjectThread.h | 16 class CommandObjectMultiwordThread : public CommandObjectMultiword {
|
| H A D | CommandObjectLanguage.h | 15 class CommandObjectLanguage : public CommandObjectMultiword {
|
| H A D | CommandObjectLog.h | 18 class CommandObjectLog : public CommandObjectMultiword {
|
| H A D | CommandObjectPlatform.h | 18 class CommandObjectPlatform : public CommandObjectMultiword {
|
| H A D | CommandObjectRegister.h | 18 class CommandObjectRegister : public CommandObjectMultiword {
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 19 class CommandObjectMultiword : public CommandObject { 25 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, 29 ~CommandObjectMultiword() override; 33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() 95 CommandObjectMultiword *GetAsMultiwordCommand() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 73 : public CommandObjectMultiword { 77 : CommandObjectMultiword( in CommandObjectRenderScriptScriptGroupBreakpoint() 138 class CommandObjectRenderScriptScriptGroup : public CommandObjectMultiword { 141 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 19 class CommandStructuredData : public CommandObjectMultiword { 22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()
|