Home
last modified time | relevance | path

Searched refs:GetThreadsInfo (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h44 StructuredData::DictionarySP GetThreadsInfo() override;
H A DScriptedProcessPythonInterface.cpp95 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo() function in ScriptedProcessPythonInterface
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h45 virtual StructuredData::DictionarySP GetThreadsInfo() { return {}; } in GetThreadsInfo() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp305 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo(); in DoUpdateThreadList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h424 StructuredData::ObjectSP GetThreadsInfo();
H A DGDBRemoteCommunicationClient.cpp540 StructuredData::ObjectSP GDBRemoteCommunicationClient::GetThreadsInfo() { in GetThreadsInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2457 m_jthreadsinfo_sp = m_gdb_comm.GetThreadsInfo(); in WillPublicStop()