Home
last modified time | relevance | path

Searched refs:OSPlugin_ThreadsInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp182 m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp); in UpdateThreadList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h195 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h251 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
H A DScriptInterpreterPython.cpp1641 StructuredData::ArraySP ScriptInterpreterPython::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo() function in ScriptInterpreterPython