Lines Matching refs:PluginManager
144 void PluginManager::Initialize() { in Initialize()
168 void PluginManager::Terminate() { in Terminate()
287 bool PluginManager::RegisterPlugin(llvm::StringRef name, in RegisterPlugin()
293 bool PluginManager::UnregisterPlugin(ABICreateInstance create_callback) { in UnregisterPlugin()
297 ABICreateInstance PluginManager::GetABICreateCallbackAtIndex(uint32_t idx) { in GetABICreateCallbackAtIndex()
311 void PluginManager::RegisterPlugin(llvm::StringRef name, in RegisterPlugin()
317 void PluginManager::UnregisterPlugin( in UnregisterPlugin()
331 PluginManager::CreateArchitectureInstance(const ArchSpec &arch) { in CreateArchitectureInstance()
349 bool PluginManager::RegisterPlugin(llvm::StringRef name, in RegisterPlugin()
356 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
362 PluginManager::GetDisassemblerCreateCallbackAtIndex(uint32_t idx) { in GetDisassemblerCreateCallbackAtIndex()
367 PluginManager::GetDisassemblerCreateCallbackForPluginName( in GetDisassemblerCreateCallbackForPluginName()
382 bool PluginManager::RegisterPlugin( in RegisterPlugin()
390 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
396 PluginManager::GetDynamicLoaderCreateCallbackAtIndex(uint32_t idx) { in GetDynamicLoaderCreateCallbackAtIndex()
401 PluginManager::GetDynamicLoaderCreateCallbackForPluginName( in GetDynamicLoaderCreateCallbackForPluginName()
416 bool PluginManager::RegisterPlugin( in RegisterPlugin()
424 bool PluginManager::UnregisterPlugin(JITLoaderCreateInstance create_callback) { in UnregisterPlugin()
429 PluginManager::GetJITLoaderCreateCallbackAtIndex(uint32_t idx) { in GetJITLoaderCreateCallbackAtIndex()
444 bool PluginManager::RegisterPlugin( in RegisterPlugin()
451 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
457 PluginManager::GetEmulateInstructionCreateCallbackAtIndex(uint32_t idx) { in GetEmulateInstructionCreateCallbackAtIndex()
462 PluginManager::GetEmulateInstructionCreateCallbackForPluginName( in GetEmulateInstructionCreateCallbackForPluginName()
477 bool PluginManager::RegisterPlugin( in RegisterPlugin()
485 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
491 PluginManager::GetOperatingSystemCreateCallbackAtIndex(uint32_t idx) { in GetOperatingSystemCreateCallbackAtIndex()
496 PluginManager::GetOperatingSystemCreateCallbackForPluginName( in GetOperatingSystemCreateCallbackForPluginName()
511 bool PluginManager::RegisterPlugin(llvm::StringRef name, in RegisterPlugin()
518 bool PluginManager::UnregisterPlugin(LanguageCreateInstance create_callback) { in UnregisterPlugin()
523 PluginManager::GetLanguageCreateCallbackAtIndex(uint32_t idx) { in GetLanguageCreateCallbackAtIndex()
553 bool PluginManager::RegisterPlugin( in RegisterPlugin()
563 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
569 PluginManager::GetLanguageRuntimeCreateCallbackAtIndex(uint32_t idx) { in GetLanguageRuntimeCreateCallbackAtIndex()
574 PluginManager::GetLanguageRuntimeGetCommandObjectAtIndex(uint32_t idx) { in GetLanguageRuntimeGetCommandObjectAtIndex()
582 PluginManager::GetLanguageRuntimeGetExceptionPreconditionAtIndex(uint32_t idx) { in GetLanguageRuntimeGetExceptionPreconditionAtIndex()
599 bool PluginManager::RegisterPlugin( in RegisterPlugin()
606 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
612 PluginManager::GetSystemRuntimeCreateCallbackAtIndex(uint32_t idx) { in GetSystemRuntimeCreateCallbackAtIndex()
643 bool PluginManager::RegisterPlugin( in RegisterPlugin()
655 bool PluginManager::UnregisterPlugin(ObjectFileCreateInstance create_callback) { in UnregisterPlugin()
660 PluginManager::GetObjectFileCreateCallbackAtIndex(uint32_t idx) { in GetObjectFileCreateCallbackAtIndex()
665 PluginManager::GetObjectFileCreateMemoryCallbackAtIndex(uint32_t idx) { in GetObjectFileCreateMemoryCallbackAtIndex()
673 PluginManager::GetObjectFileGetModuleSpecificationsCallbackAtIndex( in GetObjectFileGetModuleSpecificationsCallbackAtIndex()
682 PluginManager::GetObjectFileCreateMemoryCallbackForPluginName( in GetObjectFileCreateMemoryCallbackForPluginName()
692 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore()
741 bool PluginManager::RegisterPlugin( in RegisterPlugin()
749 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
755 PluginManager::GetObjectContainerCreateCallbackAtIndex(uint32_t idx) { in GetObjectContainerCreateCallbackAtIndex()
760 PluginManager::GetObjectContainerGetModuleSpecificationsCallbackAtIndex( in GetObjectContainerGetModuleSpecificationsCallbackAtIndex()
778 bool PluginManager::RegisterPlugin( in RegisterPlugin()
786 bool PluginManager::UnregisterPlugin(PlatformCreateInstance create_callback) { in UnregisterPlugin()
790 llvm::StringRef PluginManager::GetPlatformPluginNameAtIndex(uint32_t idx) { in GetPlatformPluginNameAtIndex()
795 PluginManager::GetPlatformPluginDescriptionAtIndex(uint32_t idx) { in GetPlatformPluginDescriptionAtIndex()
800 PluginManager::GetPlatformCreateCallbackAtIndex(uint32_t idx) { in GetPlatformCreateCallbackAtIndex()
805 PluginManager::GetPlatformCreateCallbackForPluginName(llvm::StringRef name) { in GetPlatformCreateCallbackForPluginName()
809 void PluginManager::AutoCompletePlatformName(llvm::StringRef name, in AutoCompletePlatformName()
827 bool PluginManager::RegisterPlugin( in RegisterPlugin()
835 bool PluginManager::UnregisterPlugin(ProcessCreateInstance create_callback) { in UnregisterPlugin()
839 llvm::StringRef PluginManager::GetProcessPluginNameAtIndex(uint32_t idx) { in GetProcessPluginNameAtIndex()
843 llvm::StringRef PluginManager::GetProcessPluginDescriptionAtIndex(uint32_t idx) { in GetProcessPluginDescriptionAtIndex()
848 PluginManager::GetProcessCreateCallbackAtIndex(uint32_t idx) { in GetProcessCreateCallbackAtIndex()
853 PluginManager::GetProcessCreateCallbackForPluginName(llvm::StringRef name) { in GetProcessCreateCallbackForPluginName()
857 void PluginManager::AutoCompleteProcessName(llvm::StringRef name, in AutoCompleteProcessName()
886 bool PluginManager::RegisterPlugin( in RegisterPlugin()
894 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
900 PluginManager::GetScriptInterpreterCreateCallbackAtIndex(uint32_t idx) { in GetScriptInterpreterCreateCallbackAtIndex()
905 PluginManager::GetScriptInterpreterForLanguage(lldb::ScriptLanguage script_lang, in GetScriptInterpreterForLanguage()
946 bool PluginManager::RegisterPlugin( in RegisterPlugin()
956 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
962 PluginManager::GetStructuredDataPluginCreateCallbackAtIndex(uint32_t idx) { in GetStructuredDataPluginCreateCallbackAtIndex()
967 PluginManager::GetStructuredDataFilterCallbackAtIndex( in GetStructuredDataFilterCallbackAtIndex()
989 bool PluginManager::RegisterPlugin( in RegisterPlugin()
997 bool PluginManager::UnregisterPlugin(SymbolFileCreateInstance create_callback) { in UnregisterPlugin()
1002 PluginManager::GetSymbolFileCreateCallbackAtIndex(uint32_t idx) { in GetSymbolFileCreateCallbackAtIndex()
1016 bool PluginManager::RegisterPlugin(llvm::StringRef name, in RegisterPlugin()
1023 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
1029 PluginManager::GetSymbolVendorCreateCallbackAtIndex(uint32_t idx) { in GetSymbolVendorCreateCallbackAtIndex()
1058 bool PluginManager::RegisterPlugin( in RegisterPlugin()
1068 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
1075 PluginManager::GetTraceCreateCallback(llvm::StringRef plugin_name) { in GetTraceCreateCallback()
1080 PluginManager::GetTraceCreateCallbackForLiveProcess(llvm::StringRef plugin_name) { in GetTraceCreateCallbackForLiveProcess()
1087 llvm::StringRef PluginManager::GetTraceSchema(llvm::StringRef plugin_name) { in GetTraceSchema()
1094 llvm::StringRef PluginManager::GetTraceSchema(size_t index) { in GetTraceSchema()
1124 bool PluginManager::RegisterPlugin( in RegisterPlugin()
1133 PluginManager::GetTraceExporterCreateCallback(llvm::StringRef plugin_name) { in GetTraceExporterCreateCallback()
1137 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
1143 PluginManager::GetThreadTraceExportCommandCreatorAtIndex(uint32_t index) { in GetThreadTraceExportCommandCreatorAtIndex()
1151 PluginManager::GetTraceExporterPluginNameAtIndex(uint32_t index) { in GetTraceExporterPluginNameAtIndex()
1165 bool PluginManager::RegisterPlugin( in RegisterPlugin()
1172 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
1178 PluginManager::GetUnwindAssemblyCreateCallbackAtIndex(uint32_t idx) { in GetUnwindAssemblyCreateCallbackAtIndex()
1192 bool PluginManager::RegisterPlugin( in RegisterPlugin()
1199 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
1205 PluginManager::GetMemoryHistoryCreateCallbackAtIndex(uint32_t idx) { in GetMemoryHistoryCreateCallbackAtIndex()
1232 bool PluginManager::RegisterPlugin( in RegisterPlugin()
1240 bool PluginManager::UnregisterPlugin( in UnregisterPlugin()
1246 PluginManager::GetInstrumentationRuntimeGetTypeCallbackAtIndex(uint32_t idx) { in GetInstrumentationRuntimeGetTypeCallbackAtIndex()
1254 PluginManager::GetInstrumentationRuntimeCreateCallbackAtIndex(uint32_t idx) { in GetInstrumentationRuntimeCreateCallbackAtIndex()
1282 bool PluginManager::RegisterPlugin( in RegisterPlugin()
1292 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()
1297 PluginManager::GetTypeSystemCreateCallbackAtIndex(uint32_t idx) { in GetTypeSystemCreateCallbackAtIndex()
1301 LanguageSet PluginManager::GetAllTypeSystemSupportedLanguagesForTypes() { in GetAllTypeSystemSupportedLanguagesForTypes()
1309 LanguageSet PluginManager::GetAllTypeSystemSupportedLanguagesForExpressions() { in GetAllTypeSystemSupportedLanguagesForExpressions()
1335 bool PluginManager::RegisterPlugin(llvm::StringRef name, llvm::StringRef description, in RegisterPlugin()
1342 bool PluginManager::UnregisterPlugin(REPLCreateInstance create_callback) { in UnregisterPlugin()
1346 REPLCreateInstance PluginManager::GetREPLCreateCallbackAtIndex(uint32_t idx) { in GetREPLCreateCallbackAtIndex()
1350 LanguageSet PluginManager::GetREPLSupportedLanguagesAtIndex(uint32_t idx) { in GetREPLSupportedLanguagesAtIndex()
1356 LanguageSet PluginManager::GetREPLAllTypeSystemSupportedLanguages() { in GetREPLAllTypeSystemSupportedLanguages()
1364 #pragma mark PluginManager
1366 void PluginManager::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
1502 PluginManager::GetSettingForDynamicLoaderPlugin(Debugger &debugger, in GetSettingForDynamicLoaderPlugin()
1508 bool PluginManager::CreateSettingForDynamicLoaderPlugin( in CreateSettingForDynamicLoaderPlugin()
1518 PluginManager::GetSettingForPlatformPlugin(Debugger &debugger, in GetSettingForPlatformPlugin()
1525 bool PluginManager::CreateSettingForPlatformPlugin( in CreateSettingForPlatformPlugin()
1535 PluginManager::GetSettingForProcessPlugin(Debugger &debugger, in GetSettingForProcessPlugin()
1541 bool PluginManager::CreateSettingForProcessPlugin( in CreateSettingForProcessPlugin()
1550 PluginManager::GetSettingForObjectFilePlugin(Debugger &debugger, in GetSettingForObjectFilePlugin()
1556 bool PluginManager::CreateSettingForObjectFilePlugin( in CreateSettingForObjectFilePlugin()
1566 PluginManager::GetSettingForSymbolFilePlugin(Debugger &debugger, in GetSettingForSymbolFilePlugin()
1572 bool PluginManager::CreateSettingForSymbolFilePlugin( in CreateSettingForSymbolFilePlugin()
1582 PluginManager::GetSettingForJITLoaderPlugin(Debugger &debugger, in GetSettingForJITLoaderPlugin()
1588 bool PluginManager::CreateSettingForJITLoaderPlugin( in CreateSettingForJITLoaderPlugin()
1599 PluginManager::GetSettingForOperatingSystemPlugin(Debugger &debugger, in GetSettingForOperatingSystemPlugin()
1613 bool PluginManager::CreateSettingForOperatingSystemPlugin( in CreateSettingForOperatingSystemPlugin()
1632 PluginManager::GetSettingForStructuredDataPlugin(Debugger &debugger, in GetSettingForStructuredDataPlugin()
1638 bool PluginManager::CreateSettingForStructuredDataPlugin( in CreateSettingForStructuredDataPlugin()