Searched refs:os_plugin_object_sp (Results 1 – 3 of 3) sorted by relevance
87 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,
314 OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo() argument320 OSPlugin_ThreadsInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_ThreadsInfo() argument326 OSPlugin_RegisterContextData (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_RegisterContextData() argument333 OSPlugin_CreateThread (lldb::ScriptInterpreterObjectSP os_plugin_object_sp, in OSPlugin_CreateThread() argument
1798 ScriptInterpreterPython::OSPlugin_RegisterInfo (lldb::ScriptInterpreterObjectSP os_plugin_object_sp) in OSPlugin_RegisterInfo() argument1804 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() argument1863 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() argument1950 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 …]