HomeSort by relevance Sort by last modified time
    Searched refs:m_python_object_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 89 return m_python_object_sp && m_python_object_sp->GetObject() != NULL;
104 lldb::ScriptInterpreterObjectSP m_python_object_sp; member in class:OperatingSystemPython
OperatingSystemPython.cpp 92 m_python_object_sp ()
121 m_python_object_sp = object_sp;
136 if (!m_interpreter || !m_python_object_sp)
143 PythonDictionary dictionary(m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp));
174 if (!m_interpreter || !m_python_object_sp)
192 PythonList threads_list(m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp));
312 if (!m_interpreter || !m_python_object_sp || !thread)
347 PythonString reg_context_data(m_interpreter->OSPlugin_RegisterContextData (m_python_object_sp, thread->GetID()));
391 if (m_interpreter && m_python_object_sp)
400 PythonDictionary thread_info_dict (m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, context))
    [all...]

Completed in 421 milliseconds