Home
last modified time | relevance | path

Searched refs:os_plugin_object_sp (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h87 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);
90 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp);
93 OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,
97 OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp,
DScriptInterpreter.h314 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo() argument
320 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_ThreadsInfo() argument
326 OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_RegisterContextData() argument
333 OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() argument
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp1798 ScriptInterpreterPython::OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo() argument
1804 if (!os_plugin_object_sp) in OSPlugin_RegisterInfo()
1807 PyObject* implementor = (PyObject*)os_plugin_object_sp->GetObject(); in OSPlugin_RegisterInfo()
1857 ScriptInterpreterPython::OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_ThreadsInfo() argument
1863 if (!os_plugin_object_sp) in OSPlugin_ThreadsInfo()
1866 PyObject* implementor = (PyObject*)os_plugin_object_sp->GetObject(); in OSPlugin_ThreadsInfo()
1942 …terpreterPython::OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_RegisterContextData() argument
1950 if (!os_plugin_object_sp) in OSPlugin_RegisterContextData()
1953 PyObject* implementor = (PyObject*)os_plugin_object_sp->GetObject(); in OSPlugin_RegisterContextData()
2003 ScriptInterpreterPython::OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() argument
[all …]