Lines Matching refs:CommandInterpreter

41 typedef void (*CompletionCallback)(CommandInterpreter &interpreter,
52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()
110 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
123 CommandInterpreter &m_interpreter;
136 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
198 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter()
263 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter()
308 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
479 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles()
491 void CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories()
503 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles()
512 void CommandCompletions::RemoteDiskDirectories(CommandInterpreter &interpreter, in RemoteDiskDirectories()
521 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules()
535 void CommandCompletions::ModuleUUIDs(CommandInterpreter &interpreter, in ModuleUUIDs()
553 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols()
567 void CommandCompletions::SettingsNames(CommandInterpreter &interpreter, in SettingsNames()
588 void CommandCompletions::PlatformPluginNames(CommandInterpreter &interpreter, in PlatformPluginNames()
595 void CommandCompletions::ArchitectureNames(CommandInterpreter &interpreter, in ArchitectureNames()
601 void CommandCompletions::VariablePath(CommandInterpreter &interpreter, in VariablePath()
607 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers()
627 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints()
658 void CommandCompletions::BreakpointNames(CommandInterpreter &interpreter, in BreakpointNames()
672 void CommandCompletions::ProcessPluginNames(CommandInterpreter &interpreter, in ProcessPluginNames()
678 void CommandCompletions::DisassemblyFlavors(CommandInterpreter &interpreter, in DisassemblyFlavors()
689 void CommandCompletions::ProcessIDs(CommandInterpreter &interpreter, in ProcessIDs()
703 void CommandCompletions::ProcessNames(CommandInterpreter &interpreter, in ProcessNames()
716 void CommandCompletions::TypeLanguages(CommandInterpreter &interpreter, in TypeLanguages()
726 void CommandCompletions::FrameIndexes(CommandInterpreter &interpreter, in FrameIndexes()
747 void CommandCompletions::StopHookIDs(CommandInterpreter &interpreter, in StopHookIDs()
768 void CommandCompletions::ThreadIndexes(CommandInterpreter &interpreter, in ThreadIndexes()
785 void CommandCompletions::WatchPointIDs(CommandInterpreter &interpreter, in WatchPointIDs()
801 void CommandCompletions::TypeCategoryNames(CommandInterpreter &interpreter, in TypeCategoryNames()
812 void CommandCompletions::ThreadIDs(CommandInterpreter &interpreter, in ThreadIDs()
830 CommandInterpreter &interpreter, CompletionRequest &request, in CompleteModifiableCmdPathArgs()