Lines Matching refs:ScriptInterpreterPythonImpl
221 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) { in GetPythonInterpreter()
224 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()
456 ScriptInterpreterPythonImpl::CreateInstance); in Initialize()
462 ScriptInterpreterPythonImpl::Locker::Locker( in Locker()
463 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker()
478 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
494 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
502 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
511 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
518 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()
524 ScriptInterpreterPythonImpl::ScriptInterpreterPythonImpl(Debugger &debugger) in ScriptInterpreterPythonImpl() function in ScriptInterpreterPythonImpl
583 ScriptInterpreterPythonImpl::~ScriptInterpreterPythonImpl() { in ~ScriptInterpreterPythonImpl()
594 lldb_private::ConstString ScriptInterpreterPythonImpl::GetPluginName() { in GetPluginName()
598 uint32_t ScriptInterpreterPythonImpl::GetPluginVersion() { return 1; } in GetPluginVersion()
600 void ScriptInterpreterPythonImpl::IOHandlerActivated(IOHandler &io_handler, in IOHandlerActivated()
629 void ScriptInterpreterPythonImpl::IOHandlerInputComplete(IOHandler &io_handler, in IOHandlerInputComplete()
656 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp); in IOHandlerInputComplete()
678 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp); in IOHandlerInputComplete()
692 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { in CreateInstance()
693 return std::make_shared<ScriptInterpreterPythonImpl>(debugger); in CreateInstance()
696 void ScriptInterpreterPythonImpl::LeaveSession() { in LeaveSession()
735 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle()
762 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession()
845 PythonModule &ScriptInterpreterPythonImpl::GetMainModule() { in GetMainModule()
851 PythonDictionary &ScriptInterpreterPythonImpl::GetSessionDictionary() { in GetSessionDictionary()
869 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary()
878 ScriptInterpreterPythonImpl::GetMaxPositionalArgumentsForCallable( in GetMaxPositionalArgumentsForCallable()
919 bool ScriptInterpreterPythonImpl::GetEmbeddedInterpreterModuleObjects() { in GetEmbeddedInterpreterModuleObjects()
940 bool ScriptInterpreterPythonImpl::ExecuteOneLine( in ExecuteOneLine()
1032 void ScriptInterpreterPythonImpl::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()
1052 bool ScriptInterpreterPythonImpl::Interrupt() { in Interrupt()
1076 bool ScriptInterpreterPythonImpl::ExecuteOneLineWithReturn( in ExecuteOneLineWithReturn()
1200 Status ScriptInterpreterPythonImpl::ExecuteMultipleLines( in ExecuteMultipleLines()
1251 void ScriptInterpreterPythonImpl::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
1259 void ScriptInterpreterPythonImpl::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
1266 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
1308 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
1321 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
1325 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
1331 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
1348 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
1355 void ScriptInterpreterPythonImpl::SetWatchpointCommandCallback( in SetWatchpointCommandCallback()
1372 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
1378 Status ScriptInterpreterPythonImpl::ExportFunctionDefinitionToInterpreter( in ExportFunctionDefinitionToInterpreter()
1389 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, in GenerateFunction()
1446 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction()
1473 bool ScriptInterpreterPythonImpl::GenerateScriptAliasFunction( in GenerateScriptAliasFunction()
1497 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass()
1542 ScriptInterpreterPythonImpl::CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer()
1558 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1602 ScriptInterpreterPythonImpl::OSPlugin_CreatePluginObject( in OSPlugin_CreatePluginObject()
1622 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_RegisterInfo( in OSPlugin_RegisterInfo()
1677 StructuredData::ArraySP ScriptInterpreterPythonImpl::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo()
1734 ScriptInterpreterPythonImpl::OSPlugin_RegisterContextData( in OSPlugin_RegisterContextData()
1790 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_CreateThread( in OSPlugin_CreateThread()
1849 StructuredData::ObjectSP ScriptInterpreterPythonImpl::CreateScriptedThreadPlan( in CreateScriptedThreadPlan()
1859 ScriptInterpreterPythonImpl *python_interpreter = in CreateScriptedThreadPlan()
1880 bool ScriptInterpreterPythonImpl::ScriptedThreadPlanExplainsStop( in ScriptedThreadPlanExplainsStop()
1897 bool ScriptInterpreterPythonImpl::ScriptedThreadPlanShouldStop( in ScriptedThreadPlanShouldStop()
1914 bool ScriptInterpreterPythonImpl::ScriptedThreadPlanIsStale( in ScriptedThreadPlanIsStale()
1931 lldb::StateType ScriptInterpreterPythonImpl::ScriptedThreadPlanGetRunState( in ScriptedThreadPlanGetRunState()
1951 ScriptInterpreterPythonImpl::CreateScriptedBreakpointResolver( in CreateScriptedBreakpointResolver()
1962 ScriptInterpreterPythonImpl *python_interpreter = in CreateScriptedBreakpointResolver()
1982 bool ScriptInterpreterPythonImpl::ScriptedBreakpointResolverSearchCallback( in ScriptedBreakpointResolverSearchCallback()
2000 ScriptInterpreterPythonImpl::ScriptedBreakpointResolverSearchDepth( in ScriptedBreakpointResolverSearchDepth()
2021 StructuredData::GenericSP ScriptInterpreterPythonImpl::CreateScriptedStopHook( in CreateScriptedStopHook()
2035 ScriptInterpreterPythonImpl *python_interpreter = in CreateScriptedStopHook()
2057 bool ScriptInterpreterPythonImpl::ScriptedStopHookHandleStop( in ScriptedStopHookHandleStop()
2075 ScriptInterpreterPythonImpl::LoadPluginModule(const FileSpec &file_spec, in LoadPluginModule()
2093 StructuredData::DictionarySP ScriptInterpreterPythonImpl::GetDynamicSettings( in GetDynamicSettings()
2122 ScriptInterpreterPythonImpl::CreateSyntheticScriptedProvider( in CreateSyntheticScriptedProvider()
2137 ScriptInterpreterPythonImpl *python_interpreter = in CreateSyntheticScriptedProvider()
2156 ScriptInterpreterPythonImpl::CreateScriptCommandObject(const char *class_name) { in CreateScriptCommandObject()
2177 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction()
2184 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass()
2191 Status ScriptInterpreterPythonImpl::GenerateBreakpointCommandCallbackData( in GenerateBreakpointCommandCallbackData()
2221 bool ScriptInterpreterPythonImpl::GenerateWatchpointCommandCallbackData( in GenerateWatchpointCommandCallbackData()
2243 bool ScriptInterpreterPythonImpl::GetScriptedSummary( in GetScriptedSummary()
2290 bool ScriptInterpreterPythonImpl::BreakpointCallbackFunction( in BreakpointCallbackFunction()
2306 ScriptInterpreterPythonImpl *python_interpreter = in BreakpointCallbackFunction()
2355 bool ScriptInterpreterPythonImpl::WatchpointCallbackFunction( in WatchpointCallbackFunction()
2371 ScriptInterpreterPythonImpl *python_interpreter = in WatchpointCallbackFunction()
2401 size_t ScriptInterpreterPythonImpl::CalculateNumChildren( in CalculateNumChildren()
2423 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetChildAtIndex( in GetChildAtIndex()
2455 int ScriptInterpreterPythonImpl::GetIndexOfChildWithName( in GetIndexOfChildWithName()
2478 bool ScriptInterpreterPythonImpl::UpdateSynthProviderInstance( in UpdateSynthProviderInstance()
2501 bool ScriptInterpreterPythonImpl::MightHaveChildrenSynthProviderInstance( in MightHaveChildrenSynthProviderInstance()
2525 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue()
2558 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName()
2624 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2649 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2674 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2699 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2724 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2761 bool ScriptInterpreterPythonImpl::LoadScriptingModule( in LoadScriptingModule()
2897 ScriptInterpreterPythonImpl::eScriptReturnTypeBool, &does_contain, exc_options); in LoadScriptingModule()
2945 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord()
2971 ScriptInterpreterPythonImpl::SynchronicityHandler::SynchronicityHandler( in SynchronicityHandler()
2981 ScriptInterpreterPythonImpl::SynchronicityHandler::~SynchronicityHandler() { in ~SynchronicityHandler()
2986 bool ScriptInterpreterPythonImpl::RunScriptBasedCommand( in RunScriptBasedCommand()
3030 bool ScriptInterpreterPythonImpl::RunScriptBasedCommand( in RunScriptBasedCommand()
3077 bool ScriptInterpreterPythonImpl::GetDocumentationForItem(const char *item, in GetDocumentationForItem()
3108 bool ScriptInterpreterPythonImpl::GetShortHelpForCommandObject( in GetShortHelpForCommandObject()
3164 uint32_t ScriptInterpreterPythonImpl::GetFlagsForCommandObject( in GetFlagsForCommandObject()
3213 bool ScriptInterpreterPythonImpl::GetLongHelpForCommandObject( in GetLongHelpForCommandObject()
3272 ScriptInterpreterPythonImpl::AcquireInterpreterLock() { in AcquireInterpreterLock()
3279 void ScriptInterpreterPythonImpl::InitializePrivate() { in InitializePrivate()
3316 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath()