Lines Matching defs:interpreter

52     CommandInterpreter &interpreter, uint32_t completion_mask,  in InvokeCommonCompletionCallbacks()
104 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
130 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
192 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter()
260 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter()
305 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
472 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles()
484 void CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories()
496 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles()
505 void CommandCompletions::RemoteDiskDirectories(CommandInterpreter &interpreter, in RemoteDiskDirectories()
514 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules()
528 void CommandCompletions::ModuleUUIDs(CommandInterpreter &interpreter, in ModuleUUIDs()
546 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols()
560 void CommandCompletions::SettingsNames(CommandInterpreter &interpreter, in SettingsNames()
581 void CommandCompletions::PlatformPluginNames(CommandInterpreter &interpreter, in PlatformPluginNames()
588 void CommandCompletions::ArchitectureNames(CommandInterpreter &interpreter, in ArchitectureNames()
594 void CommandCompletions::VariablePath(CommandInterpreter &interpreter, in VariablePath()
600 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers()
617 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints()
648 void CommandCompletions::BreakpointNames(CommandInterpreter &interpreter, in BreakpointNames()
662 void CommandCompletions::ProcessPluginNames(CommandInterpreter &interpreter, in ProcessPluginNames()
668 void CommandCompletions::DisassemblyFlavors(CommandInterpreter &interpreter, in DisassemblyFlavors()
679 void CommandCompletions::ProcessIDs(CommandInterpreter &interpreter, in ProcessIDs()
693 void CommandCompletions::ProcessNames(CommandInterpreter &interpreter, in ProcessNames()
706 void CommandCompletions::TypeLanguages(CommandInterpreter &interpreter, in TypeLanguages()
716 void CommandCompletions::FrameIndexes(CommandInterpreter &interpreter, in FrameIndexes()
733 void CommandCompletions::StopHookIDs(CommandInterpreter &interpreter, in StopHookIDs()
754 void CommandCompletions::ThreadIndexes(CommandInterpreter &interpreter, in ThreadIndexes()
771 void CommandCompletions::WatchPointIDs(CommandInterpreter &interpreter, in WatchPointIDs()
787 void CommandCompletions::TypeCategoryNames(CommandInterpreter &interpreter, in TypeCategoryNames()
799 CommandInterpreter &interpreter, CompletionRequest &request, in CompleteModifiableCmdPathArgs()