Searched refs:CommandObjectMultiword (Results 1 – 25 of 62) sorted by relevance
123
20 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword28 CommandObjectMultiword::~CommandObjectMultiword() = default;31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact()76 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()81 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand()99 llvm::Error CommandObjectMultiword::LoadUserSubcommand( in LoadUserSubcommand()162 void CommandObjectMultiword::Execute(const char *args_string, in Execute()219 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText()250 void CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { in HandleCompletion()289 CommandObjectMultiword::GetRepeatCommand(Args ¤t_command_args, in GetRepeatCommand()[all …]
16 class CommandObjectSession : public CommandObjectMultiword {
19 : CommandObjectMultiword( in CommandObjectLanguage()
18 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
18 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
15 class CommandObjectStats : public CommandObjectMultiword {
18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
16 class CommandObjectType : public CommandObjectMultiword {
16 class CommandObjectMultiwordThread : public CommandObjectMultiword {
16 class CommandObjectMemory : public CommandObjectMultiword {
18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
16 class CommandObjectMultiwordSource : public CommandObjectMultiword {
16 class CommandObjectPlugin : public CommandObjectMultiword {
18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
18 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
16 class CommandObjectMemoryTag : public CommandObjectMultiword {
15 class CommandObjectLanguage : public CommandObjectMultiword {
18 class CommandObjectLog : public CommandObjectMultiword {
18 class CommandObjectRegister : public CommandObjectMultiword {
16 class CommandObjectDiagnostics : public CommandObjectMultiword {
18 class CommandObjectPlatform : public CommandObjectMultiword {
19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
20 class CommandObjectMultiword : public CommandObject {26 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,30 ~CommandObjectMultiword() override;34 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand()99 CommandObjectMultiword *GetAsMultiwordCommand() override;
19 class CommandStructuredData : public CommandObjectMultiword {22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()