Lines Matching refs:ScriptInterpreterPython
161 ScriptInterpreterPython::Locker::Locker (ScriptInterpreterPython *py_interpreter, in Locker()
185 ScriptInterpreterPython::Locker::DoAcquireLock() in DoAcquireLock()
195 ScriptInterpreterPython::Locker::DoInitSession(bool init_lldb_globals) in DoInitSession()
203 ScriptInterpreterPython::Locker::DoFreeLock() in DoFreeLock()
213 ScriptInterpreterPython::Locker::DoTearDownSession() in DoTearDownSession()
221 ScriptInterpreterPython::Locker::~Locker() in ~Locker()
228 ScriptInterpreterPython::PythonInputReaderManager::PythonInputReaderManager (ScriptInterpreterPytho… in PythonInputReaderManager()
256 …Error error (m_reader_sp->Initialize (ScriptInterpreterPython::PythonInputReaderManager::InputRead… in PythonInputReaderManager()
271 ScriptInterpreterPython::PythonInputReaderManager::~PythonInputReaderManager() in ~PythonInputReaderManager()
290 ScriptInterpreterPython::PythonInputReaderManager::InputReaderCallback (void *baton, in InputReaderCallback()
302 ScriptInterpreterPython *script_interpreter = (ScriptInterpreterPython *) baton; in InputReaderCallback()
331 ScriptInterpreterPython::Locker locker(script_interpreter, in InputReaderCallback()
332 …ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | Scri… in InputReaderCallback()
333 … ScriptInterpreterPython::Locker::FreeAcquiredLock); in InputReaderCallback()
353 … ScriptInterpreterPython::PythonInputReaderManager::RunPythonInputReader, in InputReaderCallback()
444 ScriptInterpreterPython::Locker locker(script_interpreter, in InputReaderCallback()
445 … ScriptInterpreterPython::Locker::AcquireLock, in InputReaderCallback()
446 … ScriptInterpreterPython::Locker::FreeAcquiredLock); in InputReaderCallback()
465 ScriptInterpreterPython::ScriptInterpreterPython (CommandInterpreter &interpreter) : in ScriptInterpreterPython() function in ScriptInterpreterPython
488 ScriptInterpreterPython::InitializePrivate (); in ScriptInterpreterPython()
496 ScriptInterpreterPython::Locker::AcquireLock, in ScriptInterpreterPython()
497 ScriptInterpreterPython::Locker::FreeAcquiredLock); in ScriptInterpreterPython()
542 ScriptInterpreterPython::~ScriptInterpreterPython () in ~ScriptInterpreterPython()
567 ScriptInterpreterPython::Locker::AcquireLock, in ~ScriptInterpreterPython()
568 ScriptInterpreterPython::Locker::FreeLock); in ~ScriptInterpreterPython()
574 ScriptInterpreterPython::ResetOutputFileHandle (FILE *fh) in ResetOutputFileHandle()
582 ScriptInterpreterPython::Locker::AcquireLock, in ResetOutputFileHandle()
583 ScriptInterpreterPython::Locker::FreeAcquiredLock); in ResetOutputFileHandle()
589 ScriptInterpreterPython::SaveTerminalState (int fd) in SaveTerminalState()
599 ScriptInterpreterPython::RestoreTerminalState () in RestoreTerminalState()
609 ScriptInterpreterPython::LeaveSession () in LeaveSession()
640 ScriptInterpreterPython::EnterSession (bool init_lldb_globals) in EnterSession()
760 ScriptInterpreterPython::ExecuteOneLine (const char *command, CommandReturnObject *result, const Ex… in ExecuteOneLine()
771 …ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (opt… in ExecuteOneLine()
772 …ScriptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSessi… in ExecuteOneLine()
851 ScriptInterpreterPython::InputReaderCallback in InputReaderCallback()
866 ScriptInterpreterPython *script_interpreter = (ScriptInterpreterPython *) baton; in InputReaderCallback()
891 ScriptInterpreterPython::Locker locker(script_interpreter, in InputReaderCallback()
892 …ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | Scri… in InputReaderCallback()
893 … ScriptInterpreterPython::Locker::FreeAcquiredLock); in InputReaderCallback()
904 … ScriptInterpreterPython::RunEmbeddedPythonInterpreter, in InputReaderCallback()
936 ScriptInterpreterPython::Locker locker (script_interpreter, in InputReaderCallback()
937 … ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession, in InputReaderCallback()
938 … ScriptInterpreterPython::Locker::FreeAcquiredLock); in InputReaderCallback()
982 ScriptInterpreterPython::Locker::AcquireLock, in InputReaderCallback()
983 ScriptInterpreterPython::Locker::FreeAcquiredLock); in InputReaderCallback()
1002 ScriptInterpreterPython::ExecuteInterpreterLoop () in ExecuteInterpreterLoop()
1019 Error error (reader_sp->Initialize (ScriptInterpreterPython::InputReaderCallback, in ExecuteInterpreterLoop()
1035 ScriptInterpreterPython::ExecuteOneLineWithReturn (const char *in_string, in ExecuteOneLineWithReturn()
1042 …ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | (opt… in ExecuteOneLineWithReturn()
1043 …ScriptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSessi… in ExecuteOneLineWithReturn()
1204 ScriptInterpreterPython::ExecuteMultipleLines (const char *in_string, const ExecuteScriptOptions &o… in ExecuteMultipleLines()
1209 …ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession |… in ExecuteMultipleLines()
1210 …ScriptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSessi… in ExecuteMultipleLines()
1285 ScriptInterpreterPython::GenerateBreakpointOptionsCommandCallback in GenerateBreakpointOptionsCommandCallback()
1374 … bp_options->SetCallback (ScriptInterpreterPython::BreakpointCallbackFunction, baton_sp); in GenerateBreakpointOptionsCommandCallback()
1402 ScriptInterpreterPython::GenerateWatchpointOptionsCommandCallback in GenerateWatchpointOptionsCommandCallback()
1491 … wp_options->SetCallback (ScriptInterpreterPython::WatchpointCallbackFunction, baton_sp); in GenerateWatchpointOptionsCommandCallback()
1519 ScriptInterpreterPython::CollectDataForBreakpointCommandCallback (BreakpointOptions *bp_options, in CollectDataForBreakpointCommandCallback()
1529 ScriptInterpreterPython::GenerateBreakpointOptionsCommandCallback, in CollectDataForBreakpointCommandCallback()
1552 ScriptInterpreterPython::CollectDataForWatchpointCommandCallback (WatchpointOptions *wp_options, in CollectDataForWatchpointCommandCallback()
1562 ScriptInterpreterPython::GenerateWatchpointOptionsCommandCallback, in CollectDataForWatchpointCommandCallback()
1586 ScriptInterpreterPython::SetBreakpointCommandCallback (BreakpointOptions *bp_options, in SetBreakpointCommandCallback()
1601 bp_options->SetCallback (ScriptInterpreterPython::BreakpointCallbackFunction, baton_sp); in SetBreakpointCommandCallback()
1609 ScriptInterpreterPython::SetWatchpointCommandCallback (WatchpointOptions *wp_options, in SetWatchpointCommandCallback()
1624 wp_options->SetCallback (ScriptInterpreterPython::WatchpointCallbackFunction, baton_sp); in SetWatchpointCommandCallback()
1631 ScriptInterpreterPython::ExportFunctionDefinitionToInterpreter (StringList &function_def) in ExportFunctionDefinitionToInterpreter()
1640 ScriptInterpreterPython::GenerateFunction(const char *signature, const StringList &input) in GenerateFunction()
1682 ScriptInterpreterPython::GenerateTypeScriptFunction (StringList &user_input, std::string& output, v… in GenerateTypeScriptFunction()
1707 ScriptInterpreterPython::GenerateScriptAliasFunction (StringList &user_input, std::string &output) in GenerateScriptAliasFunction()
1731 ScriptInterpreterPython::GenerateTypeSynthClass (StringList &user_input, std::string &output, void*… in GenerateTypeSynthClass()
1777 ScriptInterpreterPython::OSPlugin_CreatePluginObject (const char *class_name, lldb::ProcessSP proce… in OSPlugin_CreatePluginObject()
1798 ScriptInterpreterPython::OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo()
1857 ScriptInterpreterPython::OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_ThreadsInfo()
1942 ScriptInterpreterPython::OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_ob… in OSPlugin_RegisterContextData()
2003 ScriptInterpreterPython::OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_CreateThread()
2067 ScriptInterpreterPython::CreateSyntheticScriptedProvider (const char *class_name, in CreateSyntheticScriptedProvider()
2084 ScriptInterpreterPython *python_interpreter = (ScriptInterpreterPython *) script_interpreter; in CreateSyntheticScriptedProvider()
2102 ScriptInterpreterPython::GenerateTypeScriptFunction (const char* oneliner, std::string& output, voi… in GenerateTypeScriptFunction()
2110 ScriptInterpreterPython::GenerateTypeSynthClass (const char* oneliner, std::string& output, void* n… in GenerateTypeSynthClass()
2119 ScriptInterpreterPython::GenerateBreakpointCommandCallbackData (StringList &user_input, std::string… in GenerateBreakpointCommandCallbackData()
2140 ScriptInterpreterPython::GenerateWatchpointCommandCallbackData (StringList &user_input, std::string… in GenerateWatchpointCommandCallbackData()
2161 ScriptInterpreterPython::GetScriptedSummary (const char *python_function_name, in GetScriptedSummary()
2208 ScriptInterpreterPython::BreakpointCallbackFunction in BreakpointCallbackFunction()
2230 ScriptInterpreterPython *python_interpreter = (ScriptInterpreterPython *) script_interpreter; in BreakpointCallbackFunction()
2264 ScriptInterpreterPython::WatchpointCallbackFunction in WatchpointCallbackFunction()
2285 ScriptInterpreterPython *python_interpreter = (ScriptInterpreterPython *) script_interpreter; in WatchpointCallbackFunction()
2317 ScriptInterpreterPython::RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton) in RunEmbeddedPythonInterpreter()
2319 ScriptInterpreterPython *script_interpreter = (ScriptInterpreterPython *) baton; in RunEmbeddedPythonInterpreter()
2338 …ScriptInterpreterPython::Locker::AcquireLock | ScriptInterpreterPython::Locker::InitSession | Scri… in RunEmbeddedPythonInterpreter()
2339 …ScriptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSessi… in RunEmbeddedPythonInterpreter()
2404 ScriptInterpreterPython::PythonInputReaderManager::RunPythonInputReader (lldb::thread_arg_t baton) in RunPythonInputReader()
2406 ScriptInterpreterPython *script_interpreter = (ScriptInterpreterPython *) baton; in RunPythonInputReader()
2417 ScriptInterpreterPython::CalculateNumChildren (const lldb::ScriptInterpreterObjectSP& implementor_s… in CalculateNumChildren()
2441 ScriptInterpreterPython::GetChildAtIndex (const lldb::ScriptInterpreterObjectSP& implementor_sp, ui… in GetChildAtIndex()
2479 ScriptInterpreterPython::GetIndexOfChildWithName (const lldb::ScriptInterpreterObjectSP& implemento… in GetIndexOfChildWithName()
2503 ScriptInterpreterPython::UpdateSynthProviderInstance (const lldb::ScriptInterpreterObjectSP& implem… in UpdateSynthProviderInstance()
2527 ScriptInterpreterPython::MightHaveChildrenSynthProviderInstance (const lldb::ScriptInterpreterObjec… in MightHaveChildrenSynthProviderInstance()
2608 ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function, in RunScriptFormatKeyword()
2640 ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function, in RunScriptFormatKeyword()
2672 ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function, in RunScriptFormatKeyword()
2704 ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function, in RunScriptFormatKeyword()
2749 ScriptInterpreterPython::LoadScriptingModule (const char* pathname, in LoadScriptingModule()
2834 … ScriptInterpreterPython::eScriptReturnTypeBool, in LoadScriptingModule()
2841 … ScriptInterpreterPython::eScriptReturnTypeInt, in LoadScriptingModule()
2922 ScriptInterpreterPython::MakeScriptObject (void* object) in MakeScriptObject()
2927 ScriptInterpreterPython::SynchronicityHandler::SynchronicityHandler (lldb::DebuggerSP debugger_sp, in SynchronicityHandler()
2939 ScriptInterpreterPython::SynchronicityHandler::~SynchronicityHandler() in ~SynchronicityHandler()
2946 ScriptInterpreterPython::RunScriptBasedCommand(const char* impl_function, in RunScriptBasedCommand()
3012 ScriptInterpreterPython::GetDocumentationForItem(const char* item, std::string& dest) in GetDocumentationForItem()
3041 ScriptInterpreterPython::AcquireInterpreterLock () in AcquireInterpreterLock()
3050 ScriptInterpreterPython::InitializeInterpreter (SWIGInitCallback python_swig_init_callback) in InitializeInterpreter()
3073 ScriptInterpreterPython::InitializePrivate () in InitializePrivate()