Searched refs:ScriptInterpreterObjectSP (Results 1 – 10 of 10) sorted by relevance
299 virtual lldb::ScriptInterpreterObjectSP303 return lldb::ScriptInterpreterObjectSP(); in CreateSyntheticScriptedProvider()306 virtual lldb::ScriptInterpreterObjectSP310 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_CreatePluginObject()313 virtual lldb::ScriptInterpreterObjectSP314 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo()316 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_RegisterInfo()319 virtual lldb::ScriptInterpreterObjectSP320 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_ThreadsInfo()322 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_ThreadsInfo()[all …]
78 lldb::ScriptInterpreterObjectSP82 virtual lldb::ScriptInterpreterObjectSP86 virtual lldb::ScriptInterpreterObjectSP87 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);89 virtual lldb::ScriptInterpreterObjectSP90 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);92 virtual lldb::ScriptInterpreterObjectSP93 OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,96 virtual lldb::ScriptInterpreterObjectSP97 OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,[all …]
50 PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp);124 PythonString (const lldb::ScriptInterpreterObjectSP &script_object_sp);148 PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp);169 PythonList (const lldb::ScriptInterpreterObjectSP &script_object_sp);196 PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp);
1776 lldb::ScriptInterpreterObjectSP1780 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_CreatePluginObject()1783 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_CreatePluginObject()1797 lldb::ScriptInterpreterObjectSP1798 ScriptInterpreterPython::OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo()1805 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_RegisterInfo()1810 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_RegisterInfo()1822 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_RegisterInfo()1833 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_RegisterInfo()1856 lldb::ScriptInterpreterObjectSP[all …]
37 PythonObject::PythonObject (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonObject()105 PythonString::PythonString (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonString()170 PythonInteger::PythonInteger (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonInteger()235 PythonList::PythonList (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonList()304 PythonDictionary::PythonDictionary (const lldb::ScriptInterpreterObjectSP &script_object_sp) : in PythonDictionary()
104 lldb::ScriptInterpreterObjectSP m_python_object_sp;
119 …ScriptInterpreterObjectSP object_sp = m_interpreter->OSPlugin_CreatePluginObject(os_plugin_class_n… in OperatingSystemPython()
477 lldb::ScriptInterpreterObjectSP m_script_function_sp;
529 lldb::ScriptInterpreterObjectSP m_wrapper_sp;
326 typedef std::shared_ptr<lldb_private::ScriptInterpreterObject> ScriptInterpreterObjectSP; typedef