Lines Matching refs:ScriptInterpreterPythonImpl

76 static ScriptInterpreterPythonImpl *GetPythonInterpreter(Debugger &debugger) {  in GetPythonInterpreter()
79 return static_cast<ScriptInterpreterPythonImpl *>(script_interpreter); in GetPythonInterpreter()
335 ScriptInterpreterPythonImpl::CreateInstance); in Initialize()
336 ScriptInterpreterPythonImpl::Initialize(); in Initialize()
342 ScriptInterpreterPythonImpl::Locker::Locker( in Locker()
343 ScriptInterpreterPythonImpl *py_interpreter, uint16_t on_entry, in Locker()
357 bool ScriptInterpreterPythonImpl::Locker::DoAcquireLock() { in DoAcquireLock()
373 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession()
381 bool ScriptInterpreterPythonImpl::Locker::DoFreeLock() { in DoFreeLock()
390 bool ScriptInterpreterPythonImpl::Locker::DoTearDownSession() { in DoTearDownSession()
397 ScriptInterpreterPythonImpl::Locker::~Locker() { in ~Locker()
403 ScriptInterpreterPythonImpl::ScriptInterpreterPythonImpl(Debugger &debugger) in ScriptInterpreterPythonImpl() function in ScriptInterpreterPythonImpl
460 ScriptInterpreterPythonImpl::~ScriptInterpreterPythonImpl() { in ~ScriptInterpreterPythonImpl()
471 void ScriptInterpreterPythonImpl::IOHandlerActivated(IOHandler &io_handler, in IOHandlerActivated()
500 void ScriptInterpreterPythonImpl::IOHandlerInputComplete(IOHandler &io_handler, in IOHandlerInputComplete()
527 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp); in IOHandlerInputComplete()
549 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp); in IOHandlerInputComplete()
563 ScriptInterpreterPythonImpl::CreateInstance(Debugger &debugger) { in CreateInstance()
564 return std::make_shared<ScriptInterpreterPythonImpl>(debugger); in CreateInstance()
567 void ScriptInterpreterPythonImpl::LeaveSession() { in LeaveSession()
606 bool ScriptInterpreterPythonImpl::SetStdHandle(FileSP file_sp, in SetStdHandle()
633 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession()
716 PythonModule &ScriptInterpreterPythonImpl::GetMainModule() { in GetMainModule()
722 PythonDictionary &ScriptInterpreterPythonImpl::GetSessionDictionary() { in GetSessionDictionary()
740 PythonDictionary &ScriptInterpreterPythonImpl::GetSysModuleDictionary() { in GetSysModuleDictionary()
749 ScriptInterpreterPythonImpl::GetMaxPositionalArgumentsForCallable( in GetMaxPositionalArgumentsForCallable()
790 bool ScriptInterpreterPythonImpl::GetEmbeddedInterpreterModuleObjects() { in GetEmbeddedInterpreterModuleObjects()
811 bool ScriptInterpreterPythonImpl::ExecuteOneLine( in ExecuteOneLine()
903 void ScriptInterpreterPythonImpl::ExecuteInterpreterLoop() { in ExecuteInterpreterLoop()
923 bool ScriptInterpreterPythonImpl::Interrupt() { in Interrupt()
964 bool ScriptInterpreterPythonImpl::ExecuteOneLineWithReturn( in ExecuteOneLineWithReturn()
1088 Status ScriptInterpreterPythonImpl::ExecuteMultipleLines( in ExecuteMultipleLines()
1139 void ScriptInterpreterPythonImpl::CollectDataForBreakpointCommandCallback( in CollectDataForBreakpointCommandCallback()
1147 void ScriptInterpreterPythonImpl::CollectDataForWatchpointCommandCallback( in CollectDataForWatchpointCommandCallback()
1154 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallbackFunction( in SetBreakpointCommandCallbackFunction()
1196 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
1209 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
1213 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
1219 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback()
1236 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
1243 void ScriptInterpreterPythonImpl::SetWatchpointCommandCallback( in SetWatchpointCommandCallback()
1260 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
1266 Status ScriptInterpreterPythonImpl::ExportFunctionDefinitionToInterpreter( in ExportFunctionDefinitionToInterpreter()
1277 Status ScriptInterpreterPythonImpl::GenerateFunction(const char *signature, in GenerateFunction()
1334 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction()
1361 bool ScriptInterpreterPythonImpl::GenerateScriptAliasFunction( in GenerateScriptAliasFunction()
1385 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass()
1430 ScriptInterpreterPythonImpl::CreateFrameRecognizer(const char *class_name) { in CreateFrameRecognizer()
1442 lldb::ValueObjectListSP ScriptInterpreterPythonImpl::GetRecognizedArguments( in GetRecognizedArguments()
1486 ScriptInterpreterPythonImpl::OSPlugin_CreatePluginObject( in OSPlugin_CreatePluginObject()
1502 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_RegisterInfo( in OSPlugin_RegisterInfo()
1557 StructuredData::ArraySP ScriptInterpreterPythonImpl::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo()
1614 ScriptInterpreterPythonImpl::OSPlugin_RegisterContextData( in OSPlugin_RegisterContextData()
1670 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_CreateThread( in OSPlugin_CreateThread()
1729 StructuredData::ObjectSP ScriptInterpreterPythonImpl::CreateScriptedThreadPlan( in CreateScriptedThreadPlan()
1739 ScriptInterpreterPythonImpl *python_interpreter = in CreateScriptedThreadPlan()
1757 bool ScriptInterpreterPythonImpl::ScriptedThreadPlanExplainsStop( in ScriptedThreadPlanExplainsStop()
1774 bool ScriptInterpreterPythonImpl::ScriptedThreadPlanShouldStop( in ScriptedThreadPlanShouldStop()
1791 bool ScriptInterpreterPythonImpl::ScriptedThreadPlanIsStale( in ScriptedThreadPlanIsStale()
1808 lldb::StateType ScriptInterpreterPythonImpl::ScriptedThreadPlanGetRunState( in ScriptedThreadPlanGetRunState()
1828 ScriptInterpreterPythonImpl::CreateScriptedBreakpointResolver( in CreateScriptedBreakpointResolver()
1839 ScriptInterpreterPythonImpl *python_interpreter = in CreateScriptedBreakpointResolver()
1856 bool ScriptInterpreterPythonImpl::ScriptedBreakpointResolverSearchCallback( in ScriptedBreakpointResolverSearchCallback()
1874 ScriptInterpreterPythonImpl::ScriptedBreakpointResolverSearchDepth( in ScriptedBreakpointResolverSearchDepth()
1895 StructuredData::GenericSP ScriptInterpreterPythonImpl::CreateScriptedStopHook( in CreateScriptedStopHook()
1909 ScriptInterpreterPythonImpl *python_interpreter = in CreateScriptedStopHook()
1928 bool ScriptInterpreterPythonImpl::ScriptedStopHookHandleStop( in ScriptedStopHookHandleStop()
1946 ScriptInterpreterPythonImpl::LoadPluginModule(const FileSpec &file_spec, in LoadPluginModule()
1964 StructuredData::DictionarySP ScriptInterpreterPythonImpl::GetDynamicSettings( in GetDynamicSettings()
1993 ScriptInterpreterPythonImpl::CreateSyntheticScriptedProvider( in CreateSyntheticScriptedProvider()
2008 ScriptInterpreterPythonImpl *python_interpreter = in CreateSyntheticScriptedProvider()
2024 ScriptInterpreterPythonImpl::CreateScriptCommandObject(const char *class_name) { in CreateScriptCommandObject()
2042 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction()
2049 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass()
2056 Status ScriptInterpreterPythonImpl::GenerateBreakpointCommandCallbackData( in GenerateBreakpointCommandCallbackData()
2086 bool ScriptInterpreterPythonImpl::GenerateWatchpointCommandCallbackData( in GenerateWatchpointCommandCallbackData()
2108 bool ScriptInterpreterPythonImpl::GetScriptedSummary( in GetScriptedSummary()
2159 bool ScriptInterpreterPythonImpl::BreakpointCallbackFunction( in BreakpointCallbackFunction()
2175 ScriptInterpreterPythonImpl *python_interpreter = in BreakpointCallbackFunction()
2224 bool ScriptInterpreterPythonImpl::WatchpointCallbackFunction( in WatchpointCallbackFunction()
2240 ScriptInterpreterPythonImpl *python_interpreter = in WatchpointCallbackFunction()
2270 size_t ScriptInterpreterPythonImpl::CalculateNumChildren( in CalculateNumChildren()
2292 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetChildAtIndex( in GetChildAtIndex()
2324 int ScriptInterpreterPythonImpl::GetIndexOfChildWithName( in GetIndexOfChildWithName()
2347 bool ScriptInterpreterPythonImpl::UpdateSynthProviderInstance( in UpdateSynthProviderInstance()
2370 bool ScriptInterpreterPythonImpl::MightHaveChildrenSynthProviderInstance( in MightHaveChildrenSynthProviderInstance()
2394 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue()
2428 ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName( in GetSyntheticTypeName()
2494 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2519 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2543 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2568 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2592 bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword( in RunScriptFormatKeyword()
2628 bool ScriptInterpreterPythonImpl::LoadScriptingModule( in LoadScriptingModule()
2762 ScriptInterpreterPythonImpl::eScriptReturnTypeBool, &does_contain, exc_options); in LoadScriptingModule()
2812 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord()
2838 ScriptInterpreterPythonImpl::SynchronicityHandler::SynchronicityHandler( in SynchronicityHandler()
2848 ScriptInterpreterPythonImpl::SynchronicityHandler::~SynchronicityHandler() { in ~SynchronicityHandler()
2853 bool ScriptInterpreterPythonImpl::RunScriptBasedCommand( in RunScriptBasedCommand()
2897 bool ScriptInterpreterPythonImpl::RunScriptBasedCommand( in RunScriptBasedCommand()
2944 bool ScriptInterpreterPythonImpl::GetDocumentationForItem(const char *item, in GetDocumentationForItem()
2975 bool ScriptInterpreterPythonImpl::GetShortHelpForCommandObject( in GetShortHelpForCommandObject()
3031 uint32_t ScriptInterpreterPythonImpl::GetFlagsForCommandObject( in GetFlagsForCommandObject()
3080 bool ScriptInterpreterPythonImpl::GetLongHelpForCommandObject( in GetLongHelpForCommandObject()
3139 ScriptInterpreterPythonImpl::AcquireInterpreterLock() { in AcquireInterpreterLock()
3146 void ScriptInterpreterPythonImpl::Initialize() { in Initialize()
3197 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, in AddToSysPath()