Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp184 m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp); in UpdateThreadList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h256 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) { in OSPlugin_ThreadsInfo() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h134 OSPlugin_ThreadsInfo(StructuredData::ObjectSP os_plugin_object_sp) override;
H A DScriptInterpreterPython.cpp1677 StructuredData::ArraySP ScriptInterpreterPythonImpl::OSPlugin_ThreadsInfo( in OSPlugin_ThreadsInfo() function in ScriptInterpreterPythonImpl