• Home
  • Raw
  • Download

Lines Matching defs:interpreter

50     CommandInterpreter &interpreter, uint32_t completion_mask,  in InvokeCommonCompletionCallbacks()
102 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
128 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
190 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter()
258 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter()
303 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
470 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles()
482 void CommandCompletions::DiskDirectories(CommandInterpreter &interpreter, in DiskDirectories()
494 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles()
503 void CommandCompletions::RemoteDiskDirectories(CommandInterpreter &interpreter, in RemoteDiskDirectories()
512 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules()
526 void CommandCompletions::ModuleUUIDs(CommandInterpreter &interpreter, in ModuleUUIDs()
544 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols()
558 void CommandCompletions::SettingsNames(CommandInterpreter &interpreter, in SettingsNames()
579 void CommandCompletions::PlatformPluginNames(CommandInterpreter &interpreter, in PlatformPluginNames()
586 void CommandCompletions::ArchitectureNames(CommandInterpreter &interpreter, in ArchitectureNames()
592 void CommandCompletions::VariablePath(CommandInterpreter &interpreter, in VariablePath()
598 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers()
615 void CommandCompletions::Breakpoints(CommandInterpreter &interpreter, in Breakpoints()
646 void CommandCompletions::BreakpointNames(CommandInterpreter &interpreter, in BreakpointNames()
660 void CommandCompletions::ProcessPluginNames(CommandInterpreter &interpreter, in ProcessPluginNames()
666 void CommandCompletions::DisassemblyFlavors(CommandInterpreter &interpreter, in DisassemblyFlavors()
677 void CommandCompletions::ProcessIDs(CommandInterpreter &interpreter, in ProcessIDs()
691 void CommandCompletions::ProcessNames(CommandInterpreter &interpreter, in ProcessNames()
704 void CommandCompletions::TypeLanguages(CommandInterpreter &interpreter, in TypeLanguages()
714 void CommandCompletions::FrameIndexes(CommandInterpreter &interpreter, in FrameIndexes()
731 void CommandCompletions::StopHookIDs(CommandInterpreter &interpreter, in StopHookIDs()
752 void CommandCompletions::ThreadIndexes(CommandInterpreter &interpreter, in ThreadIndexes()
769 void CommandCompletions::WatchPointIDs(CommandInterpreter &interpreter, in WatchPointIDs()
787 void CommandCompletions::TypeCategoryNames(CommandInterpreter &interpreter, in TypeCategoryNames()