Home
last modified time | relevance | path

Searched refs:ScriptInterpreterObjectSP (Results 1 – 10 of 10) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DScriptInterpreter.h299 virtual lldb::ScriptInterpreterObjectSP
303 return lldb::ScriptInterpreterObjectSP(); in CreateSyntheticScriptedProvider()
306 virtual lldb::ScriptInterpreterObjectSP
310 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_CreatePluginObject()
313 virtual lldb::ScriptInterpreterObjectSP
314 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo()
316 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_RegisterInfo()
319 virtual lldb::ScriptInterpreterObjectSP
320 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_ThreadsInfo()
322 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_ThreadsInfo()
[all …]
DScriptInterpreterPython.h78 lldb::ScriptInterpreterObjectSP
82 virtual lldb::ScriptInterpreterObjectSP
86 virtual lldb::ScriptInterpreterObjectSP
87 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);
89 virtual lldb::ScriptInterpreterObjectSP
90 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);
92 virtual lldb::ScriptInterpreterObjectSP
93 OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,
96 virtual lldb::ScriptInterpreterObjectSP
97 OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,
[all …]
DPythonDataObjects.h50 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);
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp1776 lldb::ScriptInterpreterObjectSP
1780 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_CreatePluginObject()
1783 return lldb::ScriptInterpreterObjectSP(); in OSPlugin_CreatePluginObject()
1797 lldb::ScriptInterpreterObjectSP
1798 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 …]
DPythonDataObjects.cpp37 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()
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h104 lldb::ScriptInterpreterObjectSP m_python_object_sp;
DOperatingSystemPython.cpp119ScriptInterpreterObjectSP object_sp = m_interpreter->OSPlugin_CreatePluginObject(os_plugin_class_n… in OperatingSystemPython()
/external/lldb/include/lldb/DataFormatters/
DTypeSummary.h477 lldb::ScriptInterpreterObjectSP m_script_function_sp;
DTypeSynthetic.h529 lldb::ScriptInterpreterObjectSP m_wrapper_sp;
/external/lldb/include/lldb/
Dlldb-forward.h326 typedef std::shared_ptr<lldb_private::ScriptInterpreterObject> ScriptInterpreterObjectSP; typedef