| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 23 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword 31 CommandObjectMultiword::~CommandObjectMultiword() = default; 33 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() 67 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() 72 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand() 90 bool CommandObjectMultiword::Execute(const char *args_string, in Execute() 153 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText() 185 int CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { in HandleCompletion() 231 const char *CommandObjectMultiword::GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand() 243 void CommandObjectMultiword::AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands() [all …]
|
| H A D | CommandObjectLanguage.cpp | 24 : CommandObjectMultiword( in CommandObjectLanguage()
|
| H A D | CommandObjectPlugin.h | 20 class CommandObjectPlugin : public CommandObjectMultiword {
|
| H A D | CommandObjectProcess.h | 21 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
|
| H A D | CommandObjectWatchpointCommand.h | 25 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
|
| H A D | CommandObjectSettings.h | 23 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
|
| H A D | CommandObjectStats.h | 17 class CommandObjectStats : public CommandObjectMultiword {
|
| H A D | CommandObjectThread.h | 17 class CommandObjectMultiwordThread : public CommandObjectMultiword {
|
| H A D | CommandObjectType.h | 21 class CommandObjectType : public CommandObjectMultiword {
|
| H A D | CommandObjectReproducer.h | 22 class CommandObjectReproducer : public CommandObjectMultiword {
|
| H A D | CommandObjectSource.h | 24 class CommandObjectMultiwordSource : public CommandObjectMultiword {
|
| H A D | CommandObjectTarget.h | 22 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
|
| H A D | CommandObjectBugreport.h | 21 class CommandObjectMultiwordBugreport : public CommandObjectMultiword {
|
| H A D | CommandObjectMemory.h | 17 class CommandObjectMemory : public CommandObjectMultiword {
|
| H A D | CommandObjectBreakpointCommand.h | 27 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
|
| H A D | CommandObjectCommands.h | 24 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
|
| H A D | CommandObjectFrame.h | 22 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
|
| H A D | CommandObjectPlatform.h | 22 class CommandObjectPlatform : public CommandObjectMultiword {
|
| H A D | CommandObjectRegister.h | 21 class CommandObjectRegister : public CommandObjectMultiword {
|
| H A D | CommandObjectLog.h | 24 class CommandObjectLog : public CommandObjectMultiword {
|
| H A D | CommandObjectLanguage.h | 19 class CommandObjectLanguage : public CommandObjectMultiword {
|
| H A D | CommandObjectWatchpoint.h | 24 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 22 class CommandObjectMultiword : public CommandObject { 28 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, 32 ~CommandObjectMultiword() override; 36 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand() 94 CommandObjectMultiword *GetAsMultiwordCommand() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 74 : public CommandObjectMultiword { 78 : CommandObjectMultiword( in CommandObjectRenderScriptScriptGroupBreakpoint() 139 class CommandObjectRenderScriptScriptGroup : public CommandObjectMultiword { 142 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 20 class CommandStructuredData : public CommandObjectMultiword { 23 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()
|